Skip to content

Commit a1cc332

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#266)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Norris <[email protected]>
1 parent 0d94b7c commit a1cc332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
next-release-tag: ${{ steps.prepare-release.outputs.next-release-tag }}
3333
steps:
3434
# Check out the repo with credentials that can bypass branch protection, and fetch git history instead of just latest commit
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
3838
fetch-depth: 0

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-java@v4
1414
with:
1515
distribution: temurin

0 commit comments

Comments
 (0)