Skip to content

Commit bda3a97

Browse files
authored
Merge pull request #202 from haskell-nix/dependabot/github_actions/actions/cache-3.2.2
build(deps): bump actions/cache from 3.0.10 to 3.2.2
2 parents 25dbb22 + 0a424a8 commit bda3a97

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/cache@v3.0.10
63+
uses: actions/cache@v3.2.2
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/cache@v3.0.10
55+
uses: actions/cache@v3.2.2
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/cache@v3.0.10
52+
uses: actions/cache@v3.2.2
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/cache@v3.0.10
62+
uses: actions/cache@v3.2.2
6363
with:
6464
path: |
6565
${{ steps.HaskEnvSetup.outputs.cabal-store }}

0 commit comments

Comments
 (0)