From 04dbd769135386263ab2cbe34943ccab00032ad8 Mon Sep 17 00:00:00 2001 From: ur-renovate <277639+ur-renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:05:07 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.3 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b3a9c1f..0171565 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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 if: inputs.function == '' id: build-cache with: