This is an automated email from the ASF dual-hosted git repository.
Kriskras99 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 d72cf95 chore(ci): Bump taiki-e/install-action from 2.86.7 to 2.87.2
(#668)
d72cf95 is described below
commit d72cf95c4cdfc4ab5a051e6c69528da5b549cfb0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 07:23:13 2026 +0200
chore(ci): Bump taiki-e/install-action from 2.86.7 to 2.87.2 (#668)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action)
from 2.86.7 to 2.87.2.
- [Release notes](https://github.com/taiki-e/install-action/releases)
-
[Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/taiki-e/install-action/compare/b6ff580856c41316412a0b9b60540fbc6f8c82cc...1ed6d7be6168f6c9046541087ff549b6bc581fdf)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.87.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 b9c7f22..9987c65 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@b6ff580856c41316412a0b9b60540fbc6f8c82cc
# v2.86.7
+ - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf
# v2.87.2
with:
tool: hawkeye
- name: Checkout
@@ -64,12 +64,12 @@ jobs:
target: aarch64-unknown-linux-gnu
steps:
- - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc
# v2.86.7
+ - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf
# v2.87.2
if: matrix.rust == 'nightly'
with:
tool: cargo-expand
- - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc
# v2.86.7
+ - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf
# v2.87.2
if: matrix.rust == 'stable' && matrix.runner.target ==
'x86_64-unknown-linux-gnu'
with:
tool: [email protected]