From b14967e903bcb33f810b94ac494a1cb345d98784 Mon Sep 17 00:00:00 2001 From: "ur-renovate[bot]" <121888725+ur-renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 13:51:40 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.4.3 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b3a9c1f..85b0149 100644 --- a/action.yml +++ b/action.yml @@ -73,7 +73,7 @@ runs: shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 if: inputs.function == '' id: npm-cache with: @@ -94,7 +94,7 @@ runs: echo "${{ inputs.build }}" > tmp/dist/inputs.build echo "${{ inputs.dist }}" > tmp/dist/inputs.dist - - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 if: inputs.function == '' id: build-cache with: