From 194887828df8ede84181315b27ff51ced20f451d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 15:38:07 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.2.0 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.3. - [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.2.0...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99fd3e445..7055ff74a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: steps: - uses: actions/checkout@v4.1.4 - name: Load turbo cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.3 id: turbo-cache with: path: | @@ -105,7 +105,7 @@ jobs: ${{ runner.os }}-turbo-${{ github.sha }} ${{ runner.os }}-turbo- - name: Load build cache - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.3 id: cache with: path: |