mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-28 14:07:53 +03:00
Merge pull request #212 from haskell-nix/dependabot/github_actions/actions/cache-3.3.1
build(deps): bump actions/cache from 3.3.0 to 3.3.1
This commit is contained in:
commit
2e17511ca4
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
2
.github/workflows/Cabal-Linux-Remote.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
run: cp -a cabal.project.freeze ../cabal.project.freeze
|
||||
|
||||
- name: "Configuring GitHub cache"
|
||||
uses: actions/cache@v3.3.0
|
||||
uses: actions/cache@v3.3.1
|
||||
with:
|
||||
path: |
|
||||
${{ steps.HaskEnvSetup.outputs.cabal-store }}
|
||||
|
2
.github/workflows/Core-Cabal-Linux.yml
vendored
2
.github/workflows/Core-Cabal-Linux.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
run: cp -a cabal.project.freeze ../cabal.project.freeze
|
||||
|
||||
- name: "Configuring GitHub cache"
|
||||
uses: actions/cache@v3.3.0
|
||||
uses: actions/cache@v3.3.1
|
||||
with:
|
||||
path: |
|
||||
${{ steps.HaskEnvSetup.outputs.cabal-store }}
|
||||
|
2
.github/workflows/Core-Cabal-macOS.yml
vendored
2
.github/workflows/Core-Cabal-macOS.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
run: cp -a cabal.project.freeze ../cabal.project.freeze
|
||||
|
||||
- name: "Configuring GitHub cache"
|
||||
uses: actions/cache@v3.3.0
|
||||
uses: actions/cache@v3.3.1
|
||||
with:
|
||||
path: |
|
||||
${{ steps.HaskEnvSetup.outputs.cabal-store }}
|
||||
|
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
run: cp -a cabal.project.freeze ../cabal.project.freeze
|
||||
|
||||
- name: "Configuring GitHub cache"
|
||||
uses: actions/cache@v3.3.0
|
||||
uses: actions/cache@v3.3.1
|
||||
with:
|
||||
path: |
|
||||
${{ steps.HaskEnvSetup.outputs.cabal-store }}
|
||||
|
Loading…
Reference in New Issue
Block a user