We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6fbce commit e013cd0Copy full SHA for e013cd0
.github/actions/install-mvnd/action.yml
@@ -48,7 +48,7 @@ runs:
48
- name: Cache mvnd
49
if: inputs.cache == 'true'
50
id: cache-mvnd
51
- uses: actions/cache@v3
+ uses: actions/cache@v4
52
with:
53
path: |
54
${{ inputs.install-path }}/${{ env.MVND_NAME }}.zip
0 commit comments