Skip to content

Commit 6278313

Browse files
Update actions/checkout action to v4
1 parent 02ff388 commit 6278313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/molinillo/.github/workflows/crystal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: crystallang/crystal
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Install dependencies
1616
run: shards install
1717
- name: Run tests

0 commit comments

Comments
 (0)