Skip to content

Commit 264ade7

Browse files
authored
Merge pull request #140 from hal/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e5a929a + 01f6718 commit 264ade7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
MVN: ./mvnw --show-version --batch-mode --no-transfer-progress
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-java@v4
1717
with:
1818
java-version: 21

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
MVN: ./mvnw --show-version --batch-mode --no-transfer-progress
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-java@v4
1818
with:
1919
java-version: 21

0 commit comments

Comments
 (0)