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 3b19313 commit 6c82549Copy full SHA for 6c82549
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [ 'ubuntu-latest', 'windows-latest' ]
18
runs-on: ${{ matrix.os }}
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
- name: Set up JDK
22
uses: actions/setup-java@v4
23
with:
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
12
- uses: webfactory/[email protected]
13
14
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
.github/workflows/snapshot.yml
@@ -9,7 +9,7 @@ jobs:
deploy:
15
0 commit comments