From a2bdcf9dc8d6dd3985da608bbcfc399fffd0f49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:54:16 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.2.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/v3.3.1...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7264471..1b4c53e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,17 +14,17 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache ~/.cabal/packages with: path: ~/.cabal/packages key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache ~/.cabal/store with: path: ~/.cabal/store key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache dist-newstyle with: path: dist-newstyle @@ -52,7 +52,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache ~/.stack with: path: ~/.stack @@ -80,7 +80,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache ~/.stack with: path: ~/.stack @@ -108,17 +108,17 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache ~/.cabal/packages with: path: ~/.cabal/packages key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache ~/.cabal/store with: path: ~/.cabal/store key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.2.0 name: Cache dist-newstyle with: path: dist-newstyle