summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsaltycrys <73420320+saltycrys@users.noreply.github.com>2021-02-04 05:13:29 +0100
committersaltycrys <73420320+saltycrys@users.noreply.github.com>2021-02-04 05:13:29 +0100
commit689795e8bc1b9bcc074d1eed568a755d4a635111 (patch)
treec486610ac5f21c0329495eeb16a1ee0d76c71edd /.github
parent5c8ab35f5572338483fd982c180cdb1803639215 (diff)
downloadinvidious-689795e8bc1b9bcc074d1eed568a755d4a635111.tar.gz
invidious-689795e8bc1b9bcc074d1eed568a755d4a635111.tar.bz2
invidious-689795e8bc1b9bcc074d1eed568a755d4a635111.zip
Update to Crystal 0.36.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dbf103dd..66aacff9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1.2.4
with:
- crystal: 0.36.0
+ crystal: 0.36.1
- name: Cache Shards
uses: actions/cache@v2