Skip to content

Commit bb5d541

Browse files
authored
Merge pull request #224 from haskell-actions/chungyc-patch-1
Update version of actions/checkout to v4 in example.
2 parents 704d634 + a9553f7 commit bb5d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Needed to upload results to GitHub code scanning.
1919
security-events: write
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: haskell-actions/hlint-scan@v1
2323
```
2424

0 commit comments

Comments
 (0)