Skip to content

Commit 49446f0

Browse files
authored
Update publishtomavencentral.yml
1 parent 4643f96 commit 49446f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publishtomavencentral.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
url: https://github.com
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
# We need all tags and commits to be able to determine new bump type
1818
fetch-depth: 0
@@ -24,7 +24,7 @@ jobs:
2424
run: gpg --list-secret-keys --keyid-format LONG
2525

2626
- name: Set up Java with Maven
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@v3
2828
with:
2929
java-version: '8'
3030
distribution: 'adopt'
@@ -35,7 +35,7 @@ jobs:
3535
gpg.passphrase: MAVEN_GPG_PASSPHRASE
3636

3737
- name: Cache Maven dependencies
38-
uses: actions/cache@v2
38+
uses: actions/cache@v3
3939
with:
4040
path: ~/.m2
4141
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)