diff --git a/action.yaml b/action.yaml index 30ba607..ce58af5 100644 --- a/action.yaml +++ b/action.yaml @@ -69,7 +69,7 @@ runs: with: asdf_branch: v0.13.1 - name: Cache asdf and asdf-managed tools. - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: asdf-cache with: path: ${{ env.ASDF_DIR }} @@ -90,7 +90,7 @@ runs: echo "PATH=$poetry_cache" >>"$GITHUB_OUTPUT" shell: bash - name: Cache Poetry dependencies. - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: | ${{ steps.poetry-cache.outputs.PATH }} @@ -116,7 +116,7 @@ runs: echo "PATH=$npm_cache" >>"$GITHUB_OUTPUT" shell: bash - name: Cache npm dependencies. - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ${{ steps.npm-cache.outputs.PATH }} key: > @@ -154,7 +154,7 @@ runs: with: key: ${{ steps.megalinter.outputs.DOCKER_IMAGE }} - name: Cache pre-commit hooks. - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/pre-commit key: >