We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11af6e commit b783895Copy full SHA for b783895
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
name: Test on Java ${{ matrix.Java }} on ${{ matrix.runs-on }}
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
33
- name: Set up JDK ${{ matrix.Java }}
34
uses: actions/setup-java@v4
35
with:
0 commit comments