Skip to content

Commit cc42fbc

Browse files
Update actions/checkout action to v6
1 parent ff11975 commit cc42fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-java@v5
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ github.ref == 'refs/heads/main' || startswith(github.ref, 'refs/tags/') }}
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)