Skip to content

Commit 801ae1b

Browse files
Merge pull request #405 from tobiasstadler/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 4fba501 + f9007cc commit 801ae1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
java: [ '17', '21' ]
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- uses: actions/setup-java@v5
2121
with:
2222
distribution: 'temurin'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build Release
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- uses: actions/setup-java@v5
1212
with:
1313
distribution: 'temurin'

0 commit comments

Comments
 (0)