diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index a0f82d2d..bb65ac60 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.1 + uses: actions/cache@v5.0.2 with: path: | dist-newstyle diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 01840c32..9a63267b 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.1 + uses: actions/cache@v5.0.2 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.1 + uses: actions/cache@v5.0.2 with: path: | ${{ steps.setup-ghc.outputs.cabal-store }} diff --git a/.github/workflows/future-proofing.yaml b/.github/workflows/future-proofing.yaml index 184479f9..c15a494e 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.1 + uses: actions/cache@v5.0.2 with: path: | dist-newstyle