diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ef6e44885e..1ad4d61e73 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.1 with: path: | ~/.cabal/packages diff --git a/.github/workflows/cache-deps.yml b/.github/workflows/cache-deps.yml index 98935839c9..ba816c7184 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.1 env: cache-name: cache-cabal with: diff --git a/.github/workflows/hackage.yml b/.github/workflows/hackage.yml index a5c143dd78..7736a101e8 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.1 env: cache-name: cache-cabal with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 086fc7d0e4..df059c6704 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.1 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.1 env: cache-name: cache-test-log with: