diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index cd06d5d..6fda5c2 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -49,7 +49,7 @@ runs: - name: restore build cache id: cache-restore - uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | ./target @@ -130,7 +130,7 @@ runs: - name: save build cache id: build-cache-save if: steps.cache-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | ./target