update crystal version + shards lib (#48)

This commit is contained in:
Émilien (perso) 2024-04-21 21:36:03 +02:00 committed by GitHub
parent 5301e08bd3
commit bd6bfce1c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 16 deletions

View file

@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install Crystal
uses: oprypin/install-crystal@v1
uses: crystal-lang/install-crystal@v1.8.1
with:
crystal: 1.0.0
crystal: 1.10.1
- name: Cache Shards
uses: actions/cache@v2