Skip to content

Commit 3b71079

Browse files
Bump the dependencies group across 3 directories with 3 updates (#53)
Bumps the dependencies group with 2 updates in the / directory: [install-pinned/twine](https://github.com/install-pinned/twine) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Bumps the dependencies group with 1 update in the /rust-cache directory: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Bumps the dependencies group with 1 update in the /setup-uv directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `install-pinned/twine` from 0034178e7de74046444fc65f3c11292cc39b5c02 to 9d1c59023daa020f3a918228e3997102972603c6 - [Release notes](https://github.com/install-pinned/twine/releases) - [Commits](install-pinned/twine@0034178...9d1c590) Updates `Swatinem/rust-cache` from 2.7.8 to 2.8.0 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@9d47c6a...98c8021) Updates `Swatinem/rust-cache` from 2.7.8 to 2.8.0 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@9d47c6a...98c8021) Updates `astral-sh/setup-uv` from d44461ea9f6b6d77b25a3b196dc2cdb60b5d29eb to 1bf14936647e2742afe170d7d7fd95f45bfe4fc7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@d44461e...1bf1493) --- updated-dependencies: - dependency-name: install-pinned/twine dependency-version: 9d1c59023daa020f3a918228e3997102972603c6 dependency-type: direct:production dependency-group: dependencies - dependency-name: Swatinem/rust-cache dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Swatinem/rust-cache dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: astral-sh/setup-uv dependency-version: 1bf14936647e2742afe170d7d7fd95f45bfe4fc7 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03ded8b commit 3b71079

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Install twine from PyPI
41-
uses: install-pinned/twine@0034178e7de74046444fc65f3c11292cc39b5c02 # 5.0.0
41+
uses: install-pinned/twine@9d1c59023daa020f3a918228e3997102972603c6 # 5.0.0
4242
- uses: actions/download-artifact@v4
4343
with:
4444
name: ${{ inputs.artifact-name }}

.github/workflows/rust-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Rust toolchain
3838
if: inputs.rust
3939
run: rustup toolchain install ${{ inputs.rust }} --profile minimal
40-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
40+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4141
timeout-minutes: 2
4242
continue-on-error: true
4343
if: ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning

rust-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
runs:
88
using: "composite"
99
steps:
10-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
10+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
1111
if: ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning
1212
with:
1313
key: ${{ inputs.key }}

setup-uv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'astral-sh/setup-uv with better defaults'
33
runs:
44
using: "composite"
55
steps:
6-
- uses: astral-sh/setup-uv@d44461ea9f6b6d77b25a3b196dc2cdb60b5d29eb
6+
- uses: astral-sh/setup-uv@1bf14936647e2742afe170d7d7fd95f45bfe4fc7
77
with:
88
version: "0.7.5"
99
enable-cache: ${{ !startsWith(github.ref, 'refs/tags/') }} # harden against cache poisoning

0 commit comments

Comments
 (0)