We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84afe6 commit b93c25bCopy full SHA for b93c25b
1 file changed
.github/workflows/push.yml
@@ -9,7 +9,7 @@ jobs:
9
if: contains(toJson(github.event.commits), '[ci skip] ') == false
10
runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- uses: actions/setup-java@v5
14
with:
15
distribution: 'zulu'
@@ -25,7 +25,7 @@ jobs:
25
26
runs-on: windows-2025
27
28
29
30
31
distribution: 'liberica'
0 commit comments