Skip to content

Commit 5bb506a

Browse files
chore(deps): bump the third-party-actions group with 2 updates (#6636)
Bumps the third-party-actions group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `crate-ci/typos` from 1.34.0 to 1.38.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.34.0...v1.38.1) Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.38.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party-actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: third-party-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tison <wander4096@gmail.com>
1 parent c6e8963 commit 5bb506a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v5
4343
- name: Check typos
44-
uses: crate-ci/typos@v1.34.0
44+
uses: crate-ci/typos@v1.38.1
4545

4646
licenses:
4747
runs-on: ubuntu-latest

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
uses: ./.github/actions/setup
148148

149149
- name: Setup uv
150-
uses: astral-sh/setup-uv@v6
150+
uses: astral-sh/setup-uv@v7
151151
with:
152152
enable-cache: true
153153

.github/workflows/test_behavior_binding_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
5353

5454
- name: Setup uv
55-
uses: astral-sh/setup-uv@v6
55+
uses: astral-sh/setup-uv@v7
5656
with:
5757
enable-cache: true
5858
- name: Build with maturin

0 commit comments

Comments
 (0)