Skip to content

Commit

Permalink
Update GitHub workflows to use checkout v3 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored May 31, 2023
1 parent b8d5e43 commit 900d6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Create branches and PRs
uses: LabKey/gitHubActions/branch-release@develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Merge PR
uses: LabKey/gitHubActions/merge-release@develop
Expand Down

0 comments on commit 900d6c5

Please sign in to comment.