From 15644e30fafb445a70a4dee78de4eb0532e2d105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:49:25 +0000 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.0.2 in /actions/run-scripted-build Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. - [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/13aacd865c20de90d75de3b17ebe84f7a17d57d2...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- actions/run-scripted-build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}