This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 87c619b chore(ci): Bump taiki-e/install-action from 2.84.0 to 2.85.2
(#616)
87c619b is described below
commit 87c619b052de6119c239b1dd68365413caf2b02d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 08:12:43 2026 +0300
chore(ci): Bump taiki-e/install-action from 2.84.0 to 2.85.2 (#616)
---
.github/workflows/test-lang-rust-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test-lang-rust-ci.yml
b/.github/workflows/test-lang-rust-ci.yml
index 8c24520..4bb67a8 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -38,7 +38,7 @@ jobs:
license-check:
runs-on: ubuntu-24.04
steps:
- - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
# v2.84.0
+ - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf
# v2.85.2
with:
tool: [email protected]
- name: Checkout
@@ -64,12 +64,12 @@ jobs:
target: aarch64-unknown-linux-gnu
steps:
- - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
# v2.84.0
+ - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf
# v2.85.2
if: matrix.rust == 'nightly'
with:
tool: cargo-expand
- - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
# v2.84.0
+ - uses: taiki-e/install-action@41049aa56687c35e0afa74eed4f09cec4f9afabf
# v2.85.2
if: matrix.rust == 'stable' && matrix.runner.target ==
'x86_64-unknown-linux-gnu'
with:
tool: [email protected]