We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4643f96 commit 49446f0Copy full SHA for 49446f0
1 file changed
.github/workflows/publishtomavencentral.yml
@@ -12,7 +12,7 @@ jobs:
12
url: https://github.com
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
with:
17
# We need all tags and commits to be able to determine new bump type
18
fetch-depth: 0
@@ -24,7 +24,7 @@ jobs:
24
run: gpg --list-secret-keys --keyid-format LONG
25
26
- name: Set up Java with Maven
27
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
28
29
java-version: '8'
30
distribution: 'adopt'
@@ -35,7 +35,7 @@ jobs:
35
gpg.passphrase: MAVEN_GPG_PASSPHRASE
36
37
- name: Cache Maven dependencies
38
- uses: actions/cache@v2
+ uses: actions/cache@v3
39
40
path: ~/.m2
41
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments