Skip to content

Commit 5a5b7cc

Browse files
committed
CI haskell.yml: bump actions/checkout to v5
1 parent 5e6ac21 commit 5a5b7cc

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
@@ -18,7 +18,7 @@ jobs:
1818
ghc: ['9.12', '9.10', '9.8', '9.6']
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- uses: haskell-actions/setup@v2
2424
id: setup

0 commit comments

Comments
 (0)