Skip to content

Commit df30a3f

Browse files
Update actions/checkout action to v5
1 parent ef7d26e commit df30a3f

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@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-java@v4
@@ -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@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)