Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Update GitHub workflows to use checkout v3 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored May 31, 2023
1 parent c8bc236 commit 5117471
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 5117471

Please sign in to comment.