Skip to content

Commit cfc3521

Browse files
Bump actions/checkout from 5 to 6 (#1883)
Co-authored-by: Boni Garcia <boni.garcia@uc3m.es>
1 parent bc9b045 commit cfc3521

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
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout GitHub repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Set up Java ${{ matrix.java }}
2323
uses: actions/setup-java@v5
2424
with:

0 commit comments

Comments
 (0)