diff --git a/.github/workflows/test-contracts.yaml b/.github/workflows/test-contracts.yaml index 8af15c9eb..5b15e6c73 100644 --- a/.github/workflows/test-contracts.yaml +++ b/.github/workflows/test-contracts.yaml @@ -56,7 +56,7 @@ jobs: run: npm ci - name: Save dependencies to cache - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | node_modules @@ -69,7 +69,7 @@ jobs: npm run build:contracts - name: Save Hardhat artifacts - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | contracts/artifacts @@ -104,7 +104,7 @@ jobs: cache: npm - name: Restore dependencies from cache - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | node_modules @@ -114,7 +114,7 @@ jobs: fail-on-cache-miss: true - name: Restore build artifacts from cache - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | contracts/artifacts @@ -166,7 +166,7 @@ jobs: fi - name: Restore dependencies from cache - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | node_modules @@ -176,7 +176,7 @@ jobs: fail-on-cache-miss: true - name: Restore build artifacts from cache - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | contracts/artifacts