From 0ee9aa9671d023012c49980b1172881a736d793a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:34:06 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/102-flow-ats-deployment-test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/102-flow-ats-deployment-test.yaml b/.github/workflows/102-flow-ats-deployment-test.yaml index d39999c0dc..506d72049a 100644 --- a/.github/workflows/102-flow-ats-deployment-test.yaml +++ b/.github/workflows/102-flow-ats-deployment-test.yaml @@ -55,7 +55,7 @@ jobs: - name: Restore dependencies from cache id: deps-cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | node_modules @@ -70,7 +70,7 @@ jobs: - name: Restore build artifacts from cache id: build-cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | packages/ats/contracts/artifacts @@ -121,7 +121,7 @@ jobs: node-version: 22.20.0 - name: Restore dependencies from cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | node_modules @@ -132,7 +132,7 @@ jobs: fail-on-cache-miss: true - name: Restore build artifacts from cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | packages/ats/contracts/artifacts @@ -247,7 +247,7 @@ jobs: - name: Restore dependencies from cache if: steps.docker-check.outputs.available == 'true' - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | node_modules @@ -259,7 +259,7 @@ jobs: - name: Restore build artifacts from cache if: steps.docker-check.outputs.available == 'true' - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | packages/ats/contracts/artifacts