This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 5bb506aca chore(deps): bump the third-party-actions group with 2
updates (#6636)
5bb506aca is described below
commit 5bb506acaee4f94c3f73f6509e9cd42f294c4ed4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 19:27:47 2025 +0800
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](https://github.com/crate-ci/typos/compare/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](https://github.com/astral-sh/setup-uv/compare/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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tison <[email protected]>
---
.github/workflows/ci_check.yml | 2 +-
.github/workflows/docs.yml | 2 +-
.github/workflows/test_behavior_binding_python.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml
index ab89b11fe..fc6601072 100644
--- a/.github/workflows/ci_check.yml
+++ b/.github/workflows/ci_check.yml
@@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Check typos
- uses: crate-ci/[email protected]
+ uses: crate-ci/[email protected]
licenses:
runs-on: ubuntu-latest
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 763fdf83d..61fb1d729 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -147,7 +147,7 @@ jobs:
uses: ./.github/actions/setup
- name: Setup uv
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
with:
enable-cache: true
diff --git a/.github/workflows/test_behavior_binding_python.yml
b/.github/workflows/test_behavior_binding_python.yml
index cb0ddbdd8..f3f68f01a 100644
--- a/.github/workflows/test_behavior_binding_python.yml
+++ b/.github/workflows/test_behavior_binding_python.yml
@@ -52,7 +52,7 @@ jobs:
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
- name: Setup uv
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Build with maturin