diff --git a/.github/workflows/102-flow-ats-deployment-test.yaml b/.github/workflows/102-flow-ats-deployment-test.yaml index bb6fb5429a..db25862a3e 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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | packages/ats/contracts/artifacts @@ -122,7 +122,7 @@ jobs: - name: Restore dependencies from cache id: deps-cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | node_modules @@ -137,7 +137,7 @@ jobs: - name: Restore build artifacts from cache id: build-cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | packages/ats/contracts/artifacts @@ -256,7 +256,7 @@ jobs: - name: Restore dependencies from cache id: deps-cache if: steps.docker-check.outputs.available == 'true' - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | node_modules @@ -272,7 +272,7 @@ jobs: - name: Restore build artifacts from cache id: build-cache if: steps.docker-check.outputs.available == 'true' - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | packages/ats/contracts/artifacts