CI: actions/cache@v3.0.1 -> actions/cache@v3

This commit is contained in:
Richard Marko 2022-04-22 13:17:16 +02:00
parent af0d69d992
commit 690e7a6e4b
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze
- name: "Configuring GitHub cache"
uses: actions/cache@v3.0.1
uses: actions/cache@v3
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}

View File

@ -52,7 +52,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze
- name: "Configuring GitHub cache"
uses: actions/cache@v3.0.1
uses: actions/cache@v3
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}

View File

@ -59,7 +59,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze
- name: "Configuring GitHub cache"
uses: actions/cache@v3.0.1
uses: actions/cache@v3
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}