From de269235cc8da80e564dab59342051142903c9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 02:14:49 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [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/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 2 +- .github/workflows/cache-deps.yml | 2 +- .github/workflows/hackage.yml | 2 +- .github/workflows/test.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ef6e44885e..0532ed46ce 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -45,7 +45,7 @@ jobs: enable-stack: false - name: Cache Cabal - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/.cabal/packages diff --git a/.github/workflows/cache-deps.yml b/.github/workflows/cache-deps.yml index 98935839c9..26b88b478b 100644 --- a/.github/workflows/cache-deps.yml +++ b/.github/workflows/cache-deps.yml @@ -89,7 +89,7 @@ jobs: echo " ghc-options: -O0" >> cabal.project - name: Cache Cabal - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: cache-cabal with: diff --git a/.github/workflows/hackage.yml b/.github/workflows/hackage.yml index a5c143dd78..d004158a39 100644 --- a/.github/workflows/hackage.yml +++ b/.github/workflows/hackage.yml @@ -55,7 +55,7 @@ jobs: cabal-version: '3.4' - name: Cache Cabal - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: cache-cabal with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 086fc7d0e4..7dc5d3a487 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -115,7 +115,7 @@ jobs: echo " ghc-options: -O0" >> cabal.project - name: Cache Cabal - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: cache-cabal with: @@ -148,7 +148,7 @@ jobs: echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions,new" >> $GITHUB_ENV - name: Cache test log bewteen attempts of the same run - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 env: cache-name: cache-test-log with: