diff --git a/action.yml b/action.yml index e8765fd..3eaf64c 100644 --- a/action.yml +++ b/action.yml @@ -136,7 +136,7 @@ runs: if: steps.vars.outputs.triggered == 'true' shell: bash run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: steps.vars.outputs.triggered == 'true' with: path: ${{ steps.npm-cache-dir.outputs.dir }}