We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77fc68f + dffba26 commit 5a2f158Copy full SHA for 5a2f158
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
echo '127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4' > %SystemRoot%\System32\drivers\etc\hosts
30
echo '::1 localhost localhost.localdomain localhost6 localhost6.localdomain6' >> %SystemRoot%\System32\drivers\etc\hosts
31
shell: cmd
32
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
33
- name: Set up JDK ${{ matrix.jdk-distribution }} 25
34
uses: actions/setup-java@v5
35
with:
0 commit comments