Skip to content

Commit 1bfc26d

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f5985d commit 1bfc26d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cabal freeze
4242
4343
- name: Cache
44-
uses: actions/cache@v4.0.0
44+
uses: actions/cache@v4
4545
with:
4646
path: |
4747
${{ steps.setup-haskell.outputs.cabal-store }}
@@ -83,7 +83,7 @@ jobs:
8383
(cd servant-quickcheck && eval $DOCTEST)
8484
8585
- name: Save cache
86-
uses: actions/cache/save@v3
86+
uses: actions/cache/save@v4
8787
if: always()
8888
with:
8989
path: |
@@ -111,7 +111,7 @@ jobs:
111111
cat cabal.project
112112
nix-shell ghcjs.nix --run "cabal v2-update && cabal v2-freeze"
113113
- name: Cache
114-
uses: actions/cache@v4.0.0
114+
uses: actions/cache@v4
115115
with:
116116
path: |
117117
~/.cabal/store
@@ -128,7 +128,7 @@ jobs:
128128
nix-shell ghcjs.nix --run ".github/run-ghcjs-tests.sh"
129129
130130
- name: Save cache
131-
uses: actions/cache/save@v3
131+
uses: actions/cache/save@v4
132132
if: always()
133133
with:
134134
path: |

0 commit comments

Comments
 (0)