From e220fe39ef95f51165c663a6555560e7b5340e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:15:59 +0000 Subject: [PATCH] github: bump the github-dependencies group with 2 updates Bumps the github-dependencies group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `taiki-e/install-action` from 2.48.10 to 2.48.11 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/ae9d9ea210235f03e365c28f43504df735a511be...297054b27414ad8086f67963ce1033c02fe309c3) Updates `astral-sh/setup-uv` from 4.2.0 to 5.2.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v4.2...4db96194c378173c656ce18a155ffc14a9fc4355) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2640f5ca9..f3f2e42786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: with: toolchain: 1.76 target: ${{ matrix.target }} - - uses: taiki-e/install-action@ae9d9ea210235f03e365c28f43504df735a511be + - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 with: tool: nextest,taplo-cli - name: Build @@ -273,7 +273,7 @@ jobs: persist-credentials: false - name: Install the latest version of uv - uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a + uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 - name: Run zizmor run: uvx zizmor --format sarif . > results.sarif