Skip to content

Commit 75a6877

Browse files
WF bump
1 parent 8c9f4d2 commit 75a6877

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'maven'
2626

2727
- name: Cache Maven dependencies
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
if: always()
3030
with:
3131
path: ~/.m2/repository

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# https://central.sonatype.org/publish/requirements/#sign-files-with-gpgpgp
3535
- name: Import GPG Key
36-
uses: crazy-max/ghaction-import-gpg@v5
36+
uses: crazy-max/ghaction-import-gpg@v6
3737
with:
3838
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3939
passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -58,7 +58,7 @@ jobs:
5858
]
5959
6060
- name: Setup Maven Cache
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
if: always()
6363
with:
6464
path: ~/.m2/repository

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'maven'
3030

3131
- name: Cache Maven dependencies
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
if: always()
3434
with:
3535
path: ~/.m2/repository

0 commit comments

Comments
 (0)