From 426ad70448f1af52c9a6aaa2ddac9445fb45e142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:44:39 +0000 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 in /actions/run-scripted-build (#84) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.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/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 fbcbde5..7ca75ea 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ${{ inputs.outputCachePaths }} key: build-state-${{ github.sha }}