We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8aeae commit 9bcbb95Copy full SHA for 9bcbb95
2 files changed
setup-and-install/action.yml
@@ -43,7 +43,7 @@ runs:
43
distribution: ${{ inputs.distribution }}
44
45
- name: Cache local Maven repository
46
- uses: actions/cache@v2
+ uses: actions/cache@v4
47
id: cache
48
if: ${{ inputs.cache == 'true' }}
49
with:
setup/action.yml
0 commit comments