From 34447d7ecc4715456b1e6bb007e392972b7ebfef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:21:34 +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.47.13 to 2.47.14 - [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/6ae49f1b8b4d10975ade0f0d1c07cda2177b19de...e26ea2a159162f8642fb555c0ed314d81e839c2d) Updates `astral-sh/setup-uv` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/887a942a15af3a7626099df99e897a18d9e5ab3a...4e3dbecc19008549e0deaff33911d7a8662627b2) --- 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-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65935a982..84e05b18c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 with: toolchain: 1.76 - - uses: taiki-e/install-action@6ae49f1b8b4d10975ade0f0d1c07cda2177b19de + - uses: taiki-e/install-action@e26ea2a159162f8642fb555c0ed314d81e839c2d with: tool: nextest - name: Build @@ -160,7 +160,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a + uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 with: # If you bump the version, also update docs/contributing.md # and all other workflows that install uv @@ -175,7 +175,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install uv - uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a + uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 # 'only-managed' means that uv will always download Python, even # if the runner happens to provide a compatible version - name: Check that `mkdocs` can build the docs diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6f57051e3..df05c7b22 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a + uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 with: version: "0.5.1" - name: Install dependencies, compile and deploy docs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b816cf79d..697eab3c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a + uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 with: version: "0.5.1" - name: Compile docs and zip them up @@ -132,7 +132,7 @@ jobs: with: python-version: 3.11 - name: Install uv - uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a + uses: astral-sh/setup-uv@4e3dbecc19008549e0deaff33911d7a8662627b2 with: version: "0.5.1" - name: Install dependencies, compile and deploy docs to the "latest release" section of the website