Skip to content

Commit bba160a

Browse files
chore(deps): bump the github-deps group with 4 updates
Bumps the github-deps group with 4 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [taiki-e/install-action](https://github.com/taiki-e/install-action), [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `astral-sh/setup-uv` from 7.3.1 to 7.6.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@5a095e7...37802ad) Updates `taiki-e/install-action` from 2.68.25 to 2.68.34 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@a37010d...de6bbd1) Updates `Swatinem/rust-cache` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@779680d...c193711) Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a06a81a...153bb8e) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-deps - dependency-name: taiki-e/install-action dependency-version: 2.68.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-deps - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-deps - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ad72ec commit bba160a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: ./.github/actions/free-disk-space
2828

2929
- name: Install `uv`
30-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7
30+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
3131
with:
3232
version-file: "python-tooling/pyproject.toml"
3333

@@ -42,15 +42,15 @@ jobs:
4242
echo "LD_LIBRARY_PATH=${path_bin}/../lib" >> "$GITHUB_ENV"
4343
4444
- name: Install `cargo-deny` & `just` & `tombi` & 'typos'
45-
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2
45+
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2
4646
with:
4747
tool: cargo-deny,just,tombi,typos
4848

4949
- name: Install Rust toolchain
5050
run: rustup toolchain install
5151

5252
- name: Rust Cache
53-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
53+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
5454

5555
- name: just check
5656
run: just check

.github/workflows/prebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
uses: ./.github/actions/free-disk-space
4242

4343
- name: Install `uv`
44-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7
44+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4545
with:
4646
version-file: "python-tooling/pyproject.toml"
4747

4848
- name: Install `just`
49-
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2
49+
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2
5050
with:
5151
tool: just
5252

@@ -134,7 +134,7 @@ jobs:
134134
subject-path: out/*
135135

136136
- name: publish release
137-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
137+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
138138
with:
139139
body: |
140140
WASM guest binaries.

0 commit comments

Comments
 (0)