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](6ae49f1b8b...e26ea2a159)

Updates `astral-sh/setup-uv` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](887a942a15...4e3dbecc19)

---
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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-16 15:21:34 +00:00 committed by Benjamin Tan
parent 646bdabe62
commit 34447d7ecc
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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