Skip to content

Commit

Permalink
Update Actions to latest version (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Dec 5, 2024
1 parent d25c792 commit d27c468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1
- name: Download source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: lib
key: ${{ runner.os }}-shards-${{ hashFiles('**/shard.lock') }}
Expand Down

0 comments on commit d27c468

Please sign in to comment.