This is an automated email from the ASF dual-hosted git repository.
erickguan 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 a3b979429 chore(deps): bump the third-party-actions group with 3
updates (#6391)
a3b979429 is described below
commit a3b979429fde06288d6c82602a3e358979c6af8e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 13 18:53:32 2025 +0200
chore(deps): bump the third-party-actions group with 3 updates (#6391)
Bumps the third-party-actions group with 3 updates:
[swift-actions/setup-swift](https://github.com/swift-actions/setup-swift),
[mlugg/setup-zig](https://github.com/mlugg/setup-zig) and
[1password/load-secrets-action](https://github.com/1password/load-secrets-action).
Updates `swift-actions/setup-swift` from 1 to 2
- [Release notes](https://github.com/swift-actions/setup-swift/releases)
- [Commits](https://github.com/swift-actions/setup-swift/compare/v1...v2)
Updates `mlugg/setup-zig` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/mlugg/setup-zig/releases)
-
[Commits](https://github.com/mlugg/setup-zig/compare/5eb0fc8bb8c4d1b027f8bd47b62fcda641d0608d...475c97be87a204e6c57fe851f970bd02005a70f0)
Updates `1password/load-secrets-action` from 1 to 2
- [Release notes](https://github.com/1password/load-secrets-action/releases)
-
[Commits](https://github.com/1password/load-secrets-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: third-party-actions
- dependency-name: mlugg/setup-zig
dependency-version: 2.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: third-party-actions
- dependency-name: 1password/load-secrets-action
dependency-version: '2'
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>
---
.github/workflows/ci_bindings_swift.yml | 2 +-
.github/workflows/ci_bindings_zig.yml | 2 +-
.github/workflows/ci_weekly_update.yml | 4 ++--
.github/workflows/test_behavior_bin_ofs.yml | 2 +-
.github/workflows/test_behavior_binding_c.yml | 2 +-
.github/workflows/test_behavior_binding_go.yml | 2 +-
.github/workflows/test_behavior_binding_java.yml | 2 +-
.github/workflows/test_behavior_binding_nodejs.yml | 2 +-
.github/workflows/test_behavior_binding_python.yml | 2 +-
.github/workflows/test_behavior_core.yml | 2 +-
.github/workflows/test_behavior_integration_object_store.yml | 2 +-
11 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/ci_bindings_swift.yml
b/.github/workflows/ci_bindings_swift.yml
index 50462d84a..24eb738a9 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@v1
+ uses: swift-actions/setup-swift@v2
with:
swift-version: 5
diff --git a/.github/workflows/ci_bindings_zig.yml
b/.github/workflows/ci_bindings_zig.yml
index edfa21b51..4ee8ce433 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@v4
- - uses: mlugg/setup-zig@5eb0fc8bb8c4d1b027f8bd47b62fcda641d0608d # v2.0.3
+ - uses: mlugg/setup-zig@475c97be87a204e6c57fe851f970bd02005a70f0 # v2.0.4
with:
version: 0.14.0
diff --git a/.github/workflows/ci_weekly_update.yml
b/.github/workflows/ci_weekly_update.yml
index f22c0fa52..c1a29a338 100644
--- a/.github/workflows/ci_weekly_update.yml
+++ b/.github/workflows/ci_weekly_update.yml
@@ -52,13 +52,13 @@ jobs:
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
- name: Setup
- uses: 1password/load-secrets-action@v1
+ uses: 1password/load-secrets-action@v2
with:
export-env: true
env:
diff --git a/.github/workflows/test_behavior_bin_ofs.yml
b/.github/workflows/test_behavior_bin_ofs.yml
index 94da9d3e6..081f32b78 100644
--- a/.github/workflows/test_behavior_bin_ofs.yml
+++ b/.github/workflows/test_behavior_bin_ofs.yml
@@ -50,7 +50,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
diff --git a/.github/workflows/test_behavior_binding_c.yml
b/.github/workflows/test_behavior_binding_c.yml
index 6963986b8..591cefede 100644
--- a/.github/workflows/test_behavior_binding_c.yml
+++ b/.github/workflows/test_behavior_binding_c.yml
@@ -50,7 +50,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
diff --git a/.github/workflows/test_behavior_binding_go.yml
b/.github/workflows/test_behavior_binding_go.yml
index dc58707d6..b6907f7a3 100644
--- a/.github/workflows/test_behavior_binding_go.yml
+++ b/.github/workflows/test_behavior_binding_go.yml
@@ -57,7 +57,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
diff --git a/.github/workflows/test_behavior_binding_java.yml
b/.github/workflows/test_behavior_binding_java.yml
index 82143fc7d..bf9ce0f75 100644
--- a/.github/workflows/test_behavior_binding_java.yml
+++ b/.github/workflows/test_behavior_binding_java.yml
@@ -50,7 +50,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
diff --git a/.github/workflows/test_behavior_binding_nodejs.yml
b/.github/workflows/test_behavior_binding_nodejs.yml
index 7a9896e49..27bad44ab 100644
--- a/.github/workflows/test_behavior_binding_nodejs.yml
+++ b/.github/workflows/test_behavior_binding_nodejs.yml
@@ -50,7 +50,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
diff --git a/.github/workflows/test_behavior_binding_python.yml
b/.github/workflows/test_behavior_binding_python.yml
index 482db7c25..7a0147598 100644
--- a/.github/workflows/test_behavior_binding_python.yml
+++ b/.github/workflows/test_behavior_binding_python.yml
@@ -50,7 +50,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
diff --git a/.github/workflows/test_behavior_core.yml
b/.github/workflows/test_behavior_core.yml
index ef49723c5..ae00ba9fd 100644
--- a/.github/workflows/test_behavior_core.yml
+++ b/.github/workflows/test_behavior_core.yml
@@ -49,7 +49,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}
diff --git a/.github/workflows/test_behavior_integration_object_store.yml
b/.github/workflows/test_behavior_integration_object_store.yml
index 7f05262b4..130aeaddf 100644
--- a/.github/workflows/test_behavior_integration_object_store.yml
+++ b/.github/workflows/test_behavior_integration_object_store.yml
@@ -50,7 +50,7 @@ jobs:
# Waiting for https://github.com/1Password/load-secrets-action/issues/46
- name: Setup 1Password Connect
if: runner.os == 'Linux'
- uses: 1password/load-secrets-action/configure@v1
+ uses: 1password/load-secrets-action/configure@v2
with:
connect-host: ${{ secrets.OP_CONNECT_HOST }}
connect-token: ${{ secrets.OP_CONNECT_TOKEN }}