From be6639eb17246a4f8725e0404682bf09e1b39239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:53:25 +0000 Subject: [PATCH] Bump actions/cache in /.github/workflows/actions/build 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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/build/action.yml b/.github/workflows/actions/build/action.yml index 1d1cb9b368..dd63461658 100644 --- a/.github/workflows/actions/build/action.yml +++ b/.github/workflows/actions/build/action.yml @@ -5,7 +5,7 @@ runs: steps: - name: Cache build - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: build-cache with: