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 525f522 + b584160 commit f11429eCopy full SHA for f11429e
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Build
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- name: Set up JDK/Maven
12
uses: actions/setup-java@v4
13
with:
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
app-id: ${{ vars.RELEASE_APP_ID }}
24
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
25
- name: Check out from SCM
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
token: ${{ steps.app-token.outputs.token }}
29
- name: Import GPG key
0 commit comments