summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2023-09-10 22:15:33 +0200
committerSamantaz Fox <coding@samantaz.fr>2023-09-16 11:55:45 +0200
commitbbf067ed55810bef6ee5550c66c38528d1ef8a32 (patch)
treefe1203e683a11a2da90557303bbbfc03a2664843 /.github
parent33ce0ddf148c3537d93143afeaf458a474c6bf1b (diff)
downloadinvidious-bbf067ed55810bef6ee5550c66c38528d1ef8a32.tar.gz
invidious-bbf067ed55810bef6ee5550c66c38528d1ef8a32.tar.bz2
invidious-bbf067ed55810bef6ee5550c66c38528d1ef8a32.zip
Bump crystal-install too
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/container-release.yml5
2 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2c115f13..1ca0dc96 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
submodules: true
- name: Install Crystal
- uses: crystal-lang/install-crystal@v1.7.0
+ uses: crystal-lang/install-crystal@v1.8.0
with:
crystal: ${{ matrix.crystal }}
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml
index 13bbf34c..c2756fcc 100644
--- a/.github/workflows/container-release.yml
+++ b/.github/workflows/container-release.yml
@@ -25,9 +25,9 @@ jobs:
uses: actions/checkout@v3
- name: Install Crystal
- uses: crystal-lang/install-crystal@v1.6.0
+ uses: crystal-lang/install-crystal@v1.8.0
with:
- crystal: 1.5.0
+ crystal: 1.9.2
- name: Run lint
run: |
@@ -77,4 +77,3 @@ jobs:
tags: quay.io/invidious/invidious:${{ github.sha }}-arm64,quay.io/invidious/invidious:latest-arm64
build-args: |
"release=1"
-