Skip to content

Commit b783895

Browse files
authored
Update GitHub Actions checkout action version
1 parent a11af6e commit b783895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
name: Test on Java ${{ matrix.Java }} on ${{ matrix.runs-on }}
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
- name: Set up JDK ${{ matrix.Java }}
3434
uses: actions/setup-java@v4
3535
with:

0 commit comments

Comments
 (0)