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 ba5e510 commit a163447Copy full SHA for a163447
action.yml
@@ -136,7 +136,7 @@ runs:
136
if: steps.vars.outputs.triggered == 'true'
137
shell: bash
138
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
139
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
140
141
with:
142
path: ${{ steps.npm-cache-dir.outputs.dir }}
0 commit comments