Skip to content

Commit 9bcbb95

Browse files
committed
use latest version
1 parent 8b8aeae commit 9bcbb95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup-and-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
distribution: ${{ inputs.distribution }}
4444

4545
- name: Cache local Maven repository
46-
uses: actions/cache@v2
46+
uses: actions/cache@v4
4747
id: cache
4848
if: ${{ inputs.cache == 'true' }}
4949
with:

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
distribution: ${{ inputs.distribution }}
4444

4545
- name: Cache local Maven repository
46-
uses: actions/cache@v2
46+
uses: actions/cache@v4
4747
id: cache
4848
if: ${{ inputs.cache == 'true' }}
4949
with:

0 commit comments

Comments
 (0)