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.
1 parent 58cafbf commit bb86ebbCopy full SHA for bb86ebb
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v6.0.0
14
- name: set up JDK 18
15
uses: actions/setup-java@v5
16
with:
.github/workflows/publish.yml
name: Test
- name: Set up JDK 18
@@ -28,7 +28,7 @@ jobs:
28
needs: [test]
29
30
31
32
33
34
0 commit comments