From 867878195ef9d9e506f921eb45d7bdf84aa89c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:57:18 +0000 Subject: [PATCH] Bump actions/cache from 3.0.8 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.3.1. - [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.0.8...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 6f2c48f..87dc6b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,17 +14,17 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache ~/.cabal/packages with: path: ~/.cabal/packages key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache ~/.cabal/store with: path: ~/.cabal/store key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache dist-newstyle with: path: dist-newstyle @@ -52,7 +52,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache ~/.stack with: path: ~/.stack @@ -80,7 +80,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache ~/.stack with: path: ~/.stack @@ -108,17 +108,17 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache ~/.cabal/packages with: path: ~/.cabal/packages key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache ~/.cabal/store with: path: ~/.cabal/store key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store - - uses: actions/cache@v3.0.8 + - uses: actions/cache@v3.3.1 name: Cache dist-newstyle with: path: dist-newstyle