Skip to content

Commit 7888135

Browse files
authored
Merge pull request #32 from thma/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 3b95e3b + 5ebe087 commit 7888135

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

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

0 commit comments

Comments
 (0)