Skip to content

Commit 1b12fe5

Browse files
Update actions/checkout action to v4
1 parent c03d936 commit 1b12fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- uses: actions/setup-haskell@v1
1717
with:
1818
ghc-version: '8.10.3'

0 commit comments

Comments
 (0)