Skip to content

Commit 15bae74

Browse files
Merge pull request #39 from OneLiteFeatherNET/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 5df4615 + 8271d88 commit 15bae74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
gradle:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-java@v4
1313
with:
1414
distribution: temurin

0 commit comments

Comments
 (0)