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 dc6937c + 9bc3f6b commit be7fdd0Copy full SHA for be7fdd0
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- name: Docker network prune
28
run: docker network prune --force
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
30
- name: Set up JDK 21
31
uses: actions/setup-java@v4
32
with:
.github/workflows/snapshot.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ ubuntu-latest ]
15
16
17
18
19
0 commit comments