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 885a3bf commit 823a270Copy full SHA for 823a270
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
16
- name: Download test executor
17
run: |
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
runs-on: ubuntu-latest
9
10
- name: Set up JDK 8
uses: actions/setup-java@v5
with:
0 commit comments