From 02fcbcda85dab4cb90af00493f34a70b64028d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:48:28 +0000 Subject: [PATCH] chore: bump actions/cache in /.github/actions/build-for-integrations Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. - [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/v4.0.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/build-for-integrations/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-for-integrations/action.yaml b/.github/actions/build-for-integrations/action.yaml index 5c1f7fb6859..81d30f66f31 100644 --- a/.github/actions/build-for-integrations/action.yaml +++ b/.github/actions/build-for-integrations/action.yaml @@ -65,7 +65,7 @@ runs: - name: Cache Build id: step-cache-build - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: key: ${{ steps.cache-key.outputs.value }} path: ${{ steps.cache-path.outputs.value }}