Skip to content

Commit fb7f9ed

Browse files
chore(deps): update actions/checkout action to v5 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 356e974 commit fb7f9ed

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
@@ -17,7 +17,7 @@ jobs:
1717
java: [ 17 ]
1818
fail-fast: true
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: JDK ${{ matrix.java }}
2222
uses: actions/setup-java@v5
2323
with:

0 commit comments

Comments
 (0)