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 97f4e94ca chore(deps): bump the third-party-actions group with 6
updates (#7125)
97f4e94ca is described below
commit 97f4e94ca1fa66fe77ddbac383c31e3a9e47b45c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 12:45:56 2026 +0800
chore(deps): bump the third-party-actions group with 6 updates (#7125)
* chore(deps): bump the third-party-actions group with 6 updates
Bumps the third-party-actions group with 6 updates:
| Package | From | To |
| --- | --- | --- |
|
[golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action)
| `8` | `9` |
| [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift)
| `2` | `3` |
| [mlugg/setup-zig](https://github.com/mlugg/setup-zig) | `2.0.5` | `2.1.0`
|
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.38.1` | `1.41.0`
|
|
[burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) |
`5.2` | `8` |
|
[rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action)
| `1.0.1` | `1.0.3` |
Updates `golangci/golangci-lint-action` from 8 to 9
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
-
[Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9)
Updates `swift-actions/setup-swift` from 2 to 3
- [Release notes](https://github.com/swift-actions/setup-swift/releases)
- [Commits](https://github.com/swift-actions/setup-swift/compare/v2...v3)
Updates `mlugg/setup-zig` from 2.0.5 to 2.1.0
- [Release notes](https://github.com/mlugg/setup-zig/releases)
-
[Commits](https://github.com/mlugg/setup-zig/compare/8d6198c65fb0feaa111df26e6b467fea8345e46f...fa65c4058643678a4e4a9a60513944a7d8d35440)
Updates `crate-ci/typos` from 1.38.1 to 1.41.0
- [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.38.1...v1.41.0)
Updates `burnett01/rsync-deployments` from 5.2 to 8
- [Release notes](https://github.com/burnett01/rsync-deployments/releases)
-
[Commits](https://github.com/burnett01/rsync-deployments/compare/0dc935cdecc5f5e571865e60d2a6cdc673704823...0c902521b8b9135f0dae7841a01d7d3b19629cb2)
Updates `rust-lang/crates-io-auth-action` from 1.0.1 to 1.0.3
- [Release
notes](https://github.com/rust-lang/crates-io-auth-action/releases)
-
[Commits](https://github.com/rust-lang/crates-io-auth-action/compare/e919bc7605cde86df457cf5b93c5e103838bd879...b7e9a28eded4986ec6b1fa40eeee8f8f165559ec)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: third-party-actions
- dependency-name: swift-actions/setup-swift
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: third-party-actions
- dependency-name: mlugg/setup-zig
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: third-party-actions
- dependency-name: crate-ci/typos
dependency-version: 1.41.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: third-party-actions
- dependency-name: burnett01/rsync-deployments
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: third-party-actions
- dependency-name: rust-lang/crates-io-auth-action
dependency-version: 1.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: third-party-actions
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix typo
Signed-off-by: tison <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: tison <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tison <[email protected]>
---
.github/workflows/ci_bindings_go.yml | 2 +-
.github/workflows/ci_bindings_swift.yml | 2 +-
.github/workflows/ci_bindings_zig.yml | 2 +-
.github/workflows/ci_check.yml | 2 +-
.github/workflows/docs.yml | 4 ++--
.github/workflows/release_nodejs.yml | 2 +-
.github/workflows/release_rust.yml | 2 +-
core/services/swift/src/backend.rs | 6 +++---
core/services/swift/src/deleter.rs | 6 +++---
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/ci_bindings_go.yml
b/.github/workflows/ci_bindings_go.yml
index c235352da..ad4625921 100644
--- a/.github/workflows/ci_bindings_go.yml
+++ b/.github/workflows/ci_bindings_go.yml
@@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-go@v6
with:
go-version: stable
- - uses: golangci/golangci-lint-action@v8
+ - uses: golangci/golangci-lint-action@v9
with:
version: "v2.1"
working-directory: bindings/go
diff --git a/.github/workflows/ci_bindings_swift.yml
b/.github/workflows/ci_bindings_swift.yml
index cfaf11ca4..2d255fb46 100644
--- a/.github/workflows/ci_bindings_swift.yml
+++ b/.github/workflows/ci_bindings_swift.yml
@@ -54,7 +54,7 @@ jobs:
uses: ./.github/actions/setup
- name: Setup Swift toolchain
- uses: swift-actions/setup-swift@v2
+ uses: swift-actions/setup-swift@v3
with:
swift-version: 5
diff --git a/.github/workflows/ci_bindings_zig.yml
b/.github/workflows/ci_bindings_zig.yml
index fea372e40..c9d082b68 100644
--- a/.github/workflows/ci_bindings_zig.yml
+++ b/.github/workflows/ci_bindings_zig.yml
@@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- - uses: mlugg/setup-zig@8d6198c65fb0feaa111df26e6b467fea8345e46f # v2.0.5
+ - uses: mlugg/setup-zig@fa65c4058643678a4e4a9a60513944a7d8d35440 # v2.1.0
with:
version: 0.14.0
diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml
index 39afab2d9..fe35d9c97 100644
--- a/.github/workflows/ci_check.yml
+++ b/.github/workflows/ci_check.yml
@@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- 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 907157368..750f72b9d 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -627,7 +627,7 @@ jobs:
OPENDAL_WEBSITE_NOT_LATEST: true
- name: Deploy to nightlies for tagged version
- uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
+ uses:
burnett01/rsync-deployments@0c902521b8b9135f0dae7841a01d7d3b19629cb2
if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref,
'rc') }}
with:
switches: -avzr
@@ -648,7 +648,7 @@ jobs:
OPENDAL_WEBSITE_BASE_URL: /opendal/opendal-docs-stable/
- name: Deploy to nightlies for stable version
- uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
+ uses:
burnett01/rsync-deployments@0c902521b8b9135f0dae7841a01d7d3b19629cb2
if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref,
'rc') }}
with:
switches: -avzr --delete
diff --git a/.github/workflows/release_nodejs.yml
b/.github/workflows/release_nodejs.yml
index 28ab38f7a..d62c6a0d8 100644
--- a/.github/workflows/release_nodejs.yml
+++ b/.github/workflows/release_nodejs.yml
@@ -117,7 +117,7 @@ jobs:
with:
toolchain: stable
targets: ${{ matrix.settings.target }}
- - uses: mlugg/setup-zig@8d6198c65fb0feaa111df26e6b467fea8345e46f # v2.0.5
+ - uses: mlugg/setup-zig@fa65c4058643678a4e4a9a60513944a7d8d35440 # v2.1.0
if: ${{ contains(matrix.settings.target, 'musl') }}
with:
version: 0.14.0
diff --git a/.github/workflows/release_rust.yml
b/.github/workflows/release_rust.yml
index 96c436e23..28ac09ed2 100644
--- a/.github/workflows/release_rust.yml
+++ b/.github/workflows/release_rust.yml
@@ -73,7 +73,7 @@ jobs:
env:
LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{
env.LD_LIBRARY_PATH }}
- - uses:
rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879
+ - uses:
rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec
id: auth
- name: Publish ${{ matrix.package }}
working-directory: ${{ matrix.package }}
diff --git a/core/services/swift/src/backend.rs
b/core/services/swift/src/backend.rs
index 0073cf9cd..a9bf8440f 100644
--- a/core/services/swift/src/backend.rs
+++ b/core/services/swift/src/backend.rs
@@ -25,7 +25,7 @@ use log::debug;
use super::SWIFT_SCHEME;
use super::SwiftConfig;
use super::core::*;
-use super::deleter::SwfitDeleter;
+use super::deleter::SwiftDeleter;
use super::error::parse_error;
use super::lister::SwiftLister;
use super::writer::SwiftWriter;
@@ -180,7 +180,7 @@ impl Access for SwiftBackend {
type Reader = HttpBody;
type Writer = oio::OneShotWriter<SwiftWriter>;
type Lister = oio::PageLister<SwiftLister>;
- type Deleter = oio::OneShotDeleter<SwfitDeleter>;
+ type Deleter = oio::OneShotDeleter<SwiftDeleter>;
fn info(&self) -> Arc<AccessorInfo> {
self.core.info.clone()
@@ -230,7 +230,7 @@ impl Access for SwiftBackend {
async fn delete(&self) -> Result<(RpDelete, Self::Deleter)> {
Ok((
RpDelete::default(),
- oio::OneShotDeleter::new(SwfitDeleter::new(self.core.clone())),
+ oio::OneShotDeleter::new(SwiftDeleter::new(self.core.clone())),
))
}
diff --git a/core/services/swift/src/deleter.rs
b/core/services/swift/src/deleter.rs
index 095c69b8b..99a260eb8 100644
--- a/core/services/swift/src/deleter.rs
+++ b/core/services/swift/src/deleter.rs
@@ -24,17 +24,17 @@ use super::error::parse_error;
use opendal_core::raw::*;
use opendal_core::*;
-pub struct SwfitDeleter {
+pub struct SwiftDeleter {
core: Arc<SwiftCore>,
}
-impl SwfitDeleter {
+impl SwiftDeleter {
pub fn new(core: Arc<SwiftCore>) -> Self {
Self { core }
}
}
-impl oio::OneShotDelete for SwfitDeleter {
+impl oio::OneShotDelete for SwiftDeleter {
async fn delete_once(&self, path: String, _: OpDelete) -> Result<()> {
let resp = self.core.swift_delete(&path).await?;