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