diff --git a/actions/run-scripted-build/action.yml b/actions/run-scripted-build/action.yml index 305eaae..145c38b 100644 --- a/actions/run-scripted-build/action.yml +++ b/actions/run-scripted-build/action.yml @@ -97,7 +97,7 @@ runs: - name: Restore Cached Inputs if: inputs.inputCachePaths != '' id: cache_inputs_restore - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ${{ inputs.inputCachePaths }} key: build-state-${{ github.sha }} @@ -124,7 +124,7 @@ runs: - name: Save Cached Outputs id: cache_outputs_save if: inputs.outputCachePaths - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ${{ inputs.outputCachePaths }} key: build-state-${{ github.sha }}