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 528e867 chore(ci): Bump taiki-e/install-action from 2.85.11 to 2.86.2
(#636)
528e867 is described below
commit 528e867996535cba516f95565852eca49d850c22
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 09:08:14 2026 +0300
chore(ci): Bump taiki-e/install-action from 2.85.11 to 2.86.2 (#636)
---
.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 4befb62..917ca5f 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@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
+ - uses: taiki-e/install-action@b6b84cf49ebfe0176417bdce007c624f0db37f20
# v2.86.2
with:
tool: hawkeye
- name: Checkout
@@ -64,12 +64,12 @@ jobs:
target: aarch64-unknown-linux-gnu
steps:
- - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
+ - uses: taiki-e/install-action@b6b84cf49ebfe0176417bdce007c624f0db37f20
# v2.86.2
if: matrix.rust == 'nightly'
with:
tool: cargo-expand
- - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
+ - uses: taiki-e/install-action@b6b84cf49ebfe0176417bdce007c624f0db37f20
# v2.86.2
if: matrix.rust == 'stable' && matrix.runner.target ==
'x86_64-unknown-linux-gnu'
with:
tool: [email protected]