diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-10-30 13:18:50 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-10-30 13:18:50 +0100 |
| commit | 8096c2d81d0282a91a95f9c2c7fa63e41c4691f0 (patch) | |
| tree | a19c9be2657b261f2f61af26c011ead69d0e2ed5 /.github | |
| parent | 4e1f5c8357f9c3add785bd39e49c3f2e0746567c (diff) | |
| download | invidious-8096c2d81d0282a91a95f9c2c7fa63e41c4691f0.tar.gz invidious-8096c2d81d0282a91a95f9c2c7fa63e41c4691f0.tar.bz2 invidious-8096c2d81d0282a91a95f9c2c7fa63e41c4691f0.zip | |
CI: bump install-crystal action to v1.7.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 201e818a..dfe3ba87 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.6.0 + uses: crystal-lang/install-crystal@v1.7.0 with: crystal: ${{ matrix.crystal }} |
