Skip to content

Commit 7b29b06

Browse files
Merge pull request #362 from andreschaffer/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d5a93b4 + dc7f6e1 commit 7b29b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222

2323
- name: Set up JDK
2424
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)