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 6879d53 chore(ci): Bump taiki-e/install-action from 2.83.2 to 2.84.0
(#612)
6879d53 is described below
commit 6879d53c1850531bd1083b845aa85ba3ee484c81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 27 08:38:20 2026 +0300
chore(ci): Bump taiki-e/install-action from 2.83.2 to 2.84.0 (#612)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action)
from 2.83.2 to 2.84.0.
- [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/43aecc8d72668fbcfe75c31400bc4f890f1c5853...a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.84.0
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 fc3abd6..6de2eaf 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@43aecc8d72668fbcfe75c31400bc4f890f1c5853
# v2.83.2
+ - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
# v2.84.0
with:
tool: [email protected]
- name: Checkout
@@ -64,12 +64,12 @@ jobs:
target: aarch64-unknown-linux-gnu
steps:
- - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
# v2.83.2
+ - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
# v2.84.0
if: matrix.rust == 'nightly'
with:
tool: cargo-expand
- - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853
# v2.83.2
+ - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9
# v2.84.0
if: matrix.rust == 'stable' && matrix.runner.target ==
'x86_64-unknown-linux-gnu'
with:
tool: [email protected]