Skip to content

Commit ddacb01

Browse files
dependabot[bot]Rumbles
authored andcommitted
chore: bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02b5c74 commit ddacb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- uses: coursier/cache-action@v6
2323
- name: Set up JDK 1.8
2424
uses: actions/setup-java@v1
@@ -36,7 +36,7 @@ jobs:
3636
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')}}
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4040
- uses: coursier/cache-action@v6
4141
- name: Set up JDK 1.8
4242
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)