We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5587edf commit 50a6a33Copy full SHA for 50a6a33
.github/workflows/maven-verify.yml
@@ -14,10 +14,10 @@ jobs:
14
build:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
19
- name: Set up JDK 17
20
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
21
with:
22
distribution: temurin
23
java-version: 17
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
metadata-file-path: '.github/project.yml'
- - uses: actions/checkout@v3
24
25
- name: Import GPG key
26
id: import_gpg
@@ -30,7 +30,7 @@ jobs:
30
passphrase: ${{ secrets.GPG_PASSPHRASE }}
31
32
33
34
35
36
0 commit comments