From 49356b484cf97028926478749e1b87e75004e5ce Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 20 Mar 2024 23:59:40 +0000 Subject: [PATCH] fix(deps): bump actions/cache action to v4.0.2 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v3.3.2 | v4.0.2 | --- action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: >