diff options
| author | syeopite <syeopite@syeopite.dev> | 2024-07-04 10:11:36 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2024-07-04 10:11:36 -0700 |
| commit | aace30b2b47b715021a2ab661f9dec4b727604b8 (patch) | |
| tree | d6dab73790b31192c3cd50424599c20c5c56745e /.github | |
| parent | 64d1f26eceb735ab5c96644b6545fe7fe5c2e677 (diff) | |
| download | invidious-aace30b2b47b715021a2ab661f9dec4b727604b8.tar.gz invidious-aace30b2b47b715021a2ab661f9dec4b727604b8.tar.bz2 invidious-aace30b2b47b715021a2ab661f9dec4b727604b8.zip | |
Bump nightly container build workflow crystal ver
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-nightly-container.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-nightly-container.yml b/.github/workflows/build-nightly-container.yml index 55a791b6..bee27600 100644 --- a/.github/workflows/build-nightly-container.yml +++ b/.github/workflows/build-nightly-container.yml @@ -24,9 +24,9 @@ jobs: uses: actions/checkout@v4 - name: Install Crystal - uses: crystal-lang/install-crystal@v1.8.0 + uses: crystal-lang/install-crystal@v1.8.2 with: - crystal: 1.9.2 + crystal: 1.12.2 - name: Run lint run: | |
