From dda635409b36254425d255e5099e84ffea52cf6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:23:28 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.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/v5.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 02d152e2..23c7a915 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -68,7 +68,7 @@ jobs: shell: bash run: bash ./.github/scripts/freeze_dependencies.sh - name: Cache GHC, Cabal store, and build artifacts - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: | dist-newstyle diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index fee3ba7f..8d1fab25 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -49,7 +49,7 @@ jobs: env: CABAL_FILE: jbeam-edit.cabal - name: Cache global Stack dependencies - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ${{ matrix.stack-paths }} key: >- @@ -167,7 +167,7 @@ jobs: shell: bash run: bash ./.github/scripts/freeze_dependencies.sh - name: Cache Cabal store and build artifacts - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: | ${{ steps.setup-ghc.outputs.cabal-store }} diff --git a/.github/workflows/future-proofing.yaml b/.github/workflows/future-proofing.yaml index 2f7cfc48..612a33ee 100644 --- a/.github/workflows/future-proofing.yaml +++ b/.github/workflows/future-proofing.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.5 + uses: actions/cache@v6.1.0 with: path: | dist-newstyle