Skip to content

Commit

Permalink
Update github CI workflow
Browse files Browse the repository at this point in the history
Updated checkout action to v4 from v2
  • Loading branch information
mraffonso committed Mar 19, 2024
1 parent e7cf57d commit 7e8a376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
crystal: ${{ matrix.crystal }}

- name: Download source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: shards install
Expand Down

0 comments on commit 7e8a376

Please sign in to comment.