Skip to content

Commit 93b7e11

Browse files
committed
Update actions/checkout and actions/cache to the latest tags
1 parent 2e2eaaf commit 93b7e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
name: Build with GHC ${{ matrix.ghc }}
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
env:
2929
cache-name: cache-cabal
3030
with:

0 commit comments

Comments
 (0)