From 004acc9e6d514855e3d3ca63964f9e4101188577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:18:41 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Cabal-Linux.yml | 2 +- .github/workflows/Cabal-macOS.yml | 2 +- .github/workflows/On-Release-Cabal-Linux.yml | 2 +- .github/workflows/On-Release-Nixpkgs-integration.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Cabal-Linux.yml b/.github/workflows/Cabal-Linux.yml index 52edcda08..91cdf4dd2 100644 --- a/.github/workflows/Cabal-Linux.yml +++ b/.github/workflows/Cabal-Linux.yml @@ -54,7 +54,7 @@ jobs: run: cabal v2-freeze $cabalConfig --minimize-conflict-set - name: "Configuring GitHub cache" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.HaskEnvSetup.outputs.cabal-store }} diff --git a/.github/workflows/Cabal-macOS.yml b/.github/workflows/Cabal-macOS.yml index d8bd05c01..e11311079 100644 --- a/.github/workflows/Cabal-macOS.yml +++ b/.github/workflows/Cabal-macOS.yml @@ -45,7 +45,7 @@ jobs: run: cabal v2-freeze $cabalConfig - name: "Configuring GitHub cache" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.HaskEnvSetup.outputs.cabal-store }} diff --git a/.github/workflows/On-Release-Cabal-Linux.yml b/.github/workflows/On-Release-Cabal-Linux.yml index 4e9306b84..ab0458ccc 100644 --- a/.github/workflows/On-Release-Cabal-Linux.yml +++ b/.github/workflows/On-Release-Cabal-Linux.yml @@ -38,7 +38,7 @@ jobs: - name: "Configuration freeze" run: cabal v2-freeze $cabalConfig - name: "Configuring GitHub cache" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.HaskEnvSetup.outputs.cabal-store }} diff --git a/.github/workflows/On-Release-Nixpkgs-integration.yml b/.github/workflows/On-Release-Nixpkgs-integration.yml index 6510da039..03cad516e 100644 --- a/.github/workflows/On-Release-Nixpkgs-integration.yml +++ b/.github/workflows/On-Release-Nixpkgs-integration.yml @@ -14,7 +14,7 @@ jobs: - name: "Git checkout" uses: actions/checkout@v4 - name: "Local cache" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | /nix/store