Merge pull request #219 from haskell-nix/dependabot/github_actions/actions/cache-3.3.2

build(deps): bump actions/cache from 3.3.1 to 3.3.2
This commit is contained in:
Domen Kožar 2023-11-08 11:36:42 +00:00 committed by GitHub
commit f0dfc6d670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 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.3.1
uses: actions/cache@v3.3.2
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.3.1
uses: actions/cache@v3.3.2
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}

View File

@ -49,7 +49,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze
- name: "Configuring GitHub cache"
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
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.3.1
uses: actions/cache@v3.3.2
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}