Skip to content

Commit 7600c89

Browse files
committed
Update actions/cache for our CI actions are erroring and it seems the
version 2 is no longer supported.
1 parent 344c537 commit 7600c89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
ghc-version: ${{ matrix.ghc }}
3939

40-
- uses: actions/cache@v2.1.3
40+
- uses: actions/cache@v4
4141
name: Cache ~/dist-newstyle
4242
with:
4343
path: ~/dist-newstyle

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
ghc-version: ${{ matrix.ghc }}
3939

40-
- uses: actions/cache@v2.1.3
40+
- uses: actions/cache@v4
4141
name: Cache ~/dist-newstyle
4242
with:
4343
path: ~/dist-newstyle

0 commit comments

Comments
 (0)