Skip to content

Commit e9b00b9

Browse files
Merge pull request #78 from xenit-eu/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents ff11975 + cc42fbc commit e9b00b9

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)