Skip to content

Commit 2e17511

Browse files
authored
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
2 parents c2c1a6e + e593ab3 commit 2e17511

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/Cabal-Linux-Remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: cp -a cabal.project.freeze ../cabal.project.freeze
6161

6262
- name: "Configuring GitHub cache"
63-
uses: actions/[email protected].0
63+
uses: actions/[email protected].1
6464
with:
6565
path: |
6666
${{ steps.HaskEnvSetup.outputs.cabal-store }}

.github/workflows/Core-Cabal-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cp -a cabal.project.freeze ../cabal.project.freeze
5353

5454
- name: "Configuring GitHub cache"
55-
uses: actions/[email protected].0
55+
uses: actions/[email protected].1
5656
with:
5757
path: |
5858
${{ steps.HaskEnvSetup.outputs.cabal-store }}

.github/workflows/Core-Cabal-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: cp -a cabal.project.freeze ../cabal.project.freeze
5050

5151
- name: "Configuring GitHub cache"
52-
uses: actions/[email protected].0
52+
uses: actions/[email protected].1
5353
with:
5454
path: |
5555
${{ steps.HaskEnvSetup.outputs.cabal-store }}

.github/workflows/On-Release-Cabal-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: cp -a cabal.project.freeze ../cabal.project.freeze
6060

6161
- name: "Configuring GitHub cache"
62-
uses: actions/[email protected].0
62+
uses: actions/[email protected].1
6363
with:
6464
path: |
6565
${{ steps.HaskEnvSetup.outputs.cabal-store }}

0 commit comments

Comments
 (0)