diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index e72d63fbe..16cb3d069 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -19,7 +19,7 @@ runs: shell: bash - name: Cache yarn cache - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/frontend-e2e-tests.yml b/.github/workflows/frontend-e2e-tests.yml index a4ff90378..d42fbd9b6 100644 --- a/.github/workflows/frontend-e2e-tests.yml +++ b/.github/workflows/frontend-e2e-tests.yml @@ -65,7 +65,7 @@ jobs: - name: Cache build if: needs.changes.outputs.changed == 'true' - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 id: build-cache with: path: frontend/.next @@ -112,7 +112,7 @@ jobs: - name: Cache build if: needs.changes.outputs.changed == 'true' - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 id: build-cache with: path: frontend/.next @@ -125,7 +125,7 @@ jobs: - name: Cache yarn cache if: needs.changes.outputs.changed == 'true' - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}