Skip to content

Commit 9071ff6

Browse files
authored
Merge pull request #102 from diogob/update-ci
Update CI since it was breaking because of an old action version
2 parents 344c537 + 7600c89 commit 9071ff6

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)