From b841c665deb30418bb513569ef27921f2f8e84d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:23:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.2 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.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/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-release.yaml | 2 +- .github/workflows/build-and-test.yaml | 4 ++-- .github/workflows/future-proofing.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index f170396f..03dd77af 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -55,7 +55,7 @@ jobs: shell: bash run: bash ./.github/scripts/freeze_dependencies.sh - name: Cache GHC, Cabal store, and build artifacts - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: | dist-newstyle diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index adc8fe28..adcc461f 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -36,7 +36,7 @@ jobs: env: CABAL_FILE: jbeam-edit.cabal - name: Cache global Stack dependencies - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: ${{ matrix.stack-paths }} key: >- @@ -147,7 +147,7 @@ jobs: shell: bash run: bash ./.github/scripts/freeze_dependencies.sh - name: Cache Cabal store and build artifacts - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: | ${{ steps.setup-ghc.outputs.cabal-store }} diff --git a/.github/workflows/future-proofing.yaml b/.github/workflows/future-proofing.yaml index ca7e38c0..be8a82d0 100644 --- a/.github/workflows/future-proofing.yaml +++ b/.github/workflows/future-proofing.yaml @@ -44,7 +44,7 @@ jobs: shell: bash run: bash ./.github/scripts/freeze_dependencies.sh - name: Cache GHC, Cabal store, and build artifacts - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: | dist-newstyle