From 06db282305e8b850a577449ad8bd2bd48e2154bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:10:25 +0000 Subject: [PATCH] build(deps): bump actions/cache in /gh-actions/cache/restore Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gh-actions/cache/restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index d59ad2d7a5..c74a0e49fc 100644 --- a/gh-actions/cache/restore/action.yml +++ b/gh-actions/cache/restore/action.yml @@ -34,7 +34,7 @@ runs: shell: bash - name: Restore cache id: cache-restore - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: ${{ inputs.path_tmp }} key: ${{ inputs.key }}