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