From b4733054a87032588a280ecc8f8ea6dbb3fb3762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:50:32 +0000 Subject: [PATCH] chore(deps): bump the third-party-actions group across 1 directory with 2 updates Bumps the third-party-actions group with 2 updates in the / directory: [rubygems/release-gem](https://github.com/rubygems/release-gem) and [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action). Updates `rubygems/release-gem` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/rubygems/release-gem/releases) - [Commits](https://github.com/rubygems/release-gem/compare/f0d7faff26625599a847d40d9fa28ace24c2aacc...052cc82692552de3ef2b81fd670e41d13cba8092) Updates `rust-lang/crates-io-auth-action` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases) - [Commits](https://github.com/rust-lang/crates-io-auth-action/compare/bbd81622f20ce9e2dd9622e3218b975523e45bbe...c6f97d42243bad5fab37ca0427f495c86d5b1a18) --- updated-dependencies: - dependency-name: rubygems/release-gem dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: third-party-actions - dependency-name: rust-lang/crates-io-auth-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: third-party-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release_ruby.yml | 2 +- .github/workflows/release_rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_ruby.yml b/.github/workflows/release_ruby.yml index b768ff75436c..50b319b3164d 100644 --- a/.github/workflows/release_ruby.yml +++ b/.github/workflows/release_ruby.yml @@ -194,7 +194,7 @@ jobs: ls -lh pkg/*.gem - name: Release opendal gem - uses: rubygems/release-gem@f0d7faff26625599a847d40d9fa28ace24c2aacc # v1.2.0 + uses: rubygems/release-gem@052cc82692552de3ef2b81fd670e41d13cba8092 # v1.2.0 with: working-directory: bindings/ruby diff --git a/.github/workflows/release_rust.yml b/.github/workflows/release_rust.yml index e50d74f08bd7..dedc5cc6d75e 100644 --- a/.github/workflows/release_rust.yml +++ b/.github/workflows/release_rust.yml @@ -68,7 +68,7 @@ jobs: with: need-rocksdb: true need-protoc: true - - uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe + - uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 id: auth - name: Publish Rust crates env: