Skip to content

Commit 9d2f956

Browse files
Update actions/checkout action to v5
1 parent dd74e58 commit 9d2f956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
- uses: haskell-actions/setup@v2
3535
id: setup-haskell-cabal
3636
with:

0 commit comments

Comments
 (0)