Skip to content

Commit dc95f70

Browse files
committed
Update action/cache to v3 to use nodejs16
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent 93faff2 commit dc95f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3838

3939
- name: Cache Maven
40-
uses: actions/cache@v2
40+
uses: actions/cache@v3
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -63,4 +63,4 @@ jobs:
6363
export GPG_TTY
6464
./mvnw --no-transfer-progress -B --file pom.xml \
6565
-Drepository.url=https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \
66-
-Dmaven.site.skip=true -Drelease=true deploy
66+
-Dmaven.site.skip=true -Drelease=true deploy

0 commit comments

Comments
 (0)