Skip to content

Commit e508950

Browse files
authored
Update GitHub workflows to use checkout v3 (#60)
1 parent 2851e07 commit e508950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Create branches and PRs
2121
uses: LabKey/gitHubActions/branch-release@develop

.github/workflows/merge_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Merge PR
2323
uses: LabKey/gitHubActions/merge-release@develop

0 commit comments

Comments
 (0)