Skip to content

Commit fab6ef1

Browse files
committed
CI: use latest versions of third-party actions
1 parent 647e975 commit fab6ef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
cabal: '3.8'
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737

38-
- uses: haskell/actions/setup@v1
38+
- uses: haskell/actions/setup@v2
3939
name: Setup Haskell
4040
with:
4141
ghc-version: ${{ matrix.versions.ghc }}
4242
cabal-version: ${{ matrix.versions.cabal }}
4343

44-
- uses: actions/cache@v1
44+
- uses: actions/cache@v3
4545
name: Cache ~/.cabal/store
4646
with:
4747
path: ~/.cabal/store

0 commit comments

Comments
 (0)