Skip to content

Commit

Permalink
Merge pull request #219 from haskell-nix/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3.3.2

build(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
domenkozar authored Nov 8, 2023
2 parents 52ee583 + 8d6526f commit f0dfc6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Cabal-Linux-Remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze

- name: "Configuring GitHub cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Core-Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze

- name: "Configuring GitHub cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Core-Cabal-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze

- name: "Configuring GitHub cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/On-Release-Cabal-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: cp -a cabal.project.freeze ../cabal.project.freeze

- name: "Configuring GitHub cache"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
${{ steps.HaskEnvSetup.outputs.cabal-store }}
Expand Down

0 comments on commit f0dfc6d

Please sign in to comment.