Skip to content

Commit 652243d

Browse files
authored
Merge pull request #2 from nim-lang/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f5d8d15 + 5c6761a commit 652243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/setup-node@v5
4040
- name: Checkout parsesql
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
path: parsesql
4444

0 commit comments

Comments
 (0)