diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-09 22:00:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-09 22:00:24 +0200 |
| commit | c4944ee06170d7bd2e5d8edb6f4cc68d1e170334 (patch) | |
| tree | 9195e11a8d129b4ffc0a9deb6bc78ff3661bbfad | |
| parent | 406277b16fbd1e839b07db13db457d827c4fcc62 (diff) | |
| download | invidious-c4944ee06170d7bd2e5d8edb6f4cc68d1e170334.tar.gz invidious-c4944ee06170d7bd2e5d8edb6f4cc68d1e170334.tar.bz2 invidious-c4944ee06170d7bd2e5d8edb6f4cc68d1e170334.zip | |
Bump crystal-lang/install-crystal from 1.8.0 to 1.8.2 (#5286)
Bumps [crystal-lang/install-crystal](https://github.com/crystal-lang/install-crystal) from 1.8.0 to 1.8.2.
- [Release notes](https://github.com/crystal-lang/install-crystal/releases)
- [Commits](https://github.com/crystal-lang/install-crystal/compare/v1.8.0...v1.8.2)
---
updated-dependencies:
- dependency-name: crystal-lang/install-crystal
dependency-version: 1.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16fde950..4c4635c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: shell: bash - name: Install Crystal - uses: crystal-lang/install-crystal@v1.8.0 + uses: crystal-lang/install-crystal@v1.8.2 with: crystal: ${{ matrix.crystal }} @@ -136,7 +136,7 @@ jobs: - name: Install Crystal id: lint_step_install_crystal - uses: crystal-lang/install-crystal@v1.8.0 + uses: crystal-lang/install-crystal@v1.8.2 with: crystal: latest |
