Skip to content

Commit 41307cd

Browse files
Bump actions/checkout from 1 to 4 (#168)
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e24ce75 commit 41307cd

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
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
# Check out the repo with credentials that can bypass branch protection, and fetch git history instead of just latest commit
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
token: ${{ secrets.AUTOMATION_USER_TOKEN }}
3636
fetch-depth: 0

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v4
1111
- uses: actions/setup-java@v3
1212
with:
1313
distribution: temurin

0 commit comments

Comments
 (0)