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 6ed9b89  chore(ci): Bump taiki-e/install-action from 2.85.7 to 2.85.11 
(#631)
6ed9b89 is described below

commit 6ed9b8925b55edb7a17a03289db41496fc0054a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 09:25:16 2026 +0300

    chore(ci): Bump taiki-e/install-action from 2.85.7 to 2.85.11 (#631)
    
    Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) 
from 2.85.7 to 2.85.11.
    - [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/67729d5c413db75907f0ad1e39bb04b9c868ff60...7f4eb899022d8fe70b20c4f3de697aa85c309026)
    
    ---
    updated-dependencies:
    - dependency-name: taiki-e/install-action
      dependency-version: 2.85.11
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 bacba06..2d2afb1 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@67729d5c413db75907f0ad1e39bb04b9c868ff60 
# v2.85.7
+      - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 
# v2.85.11
         with:
           tool: [email protected]
       - name: Checkout
@@ -64,12 +64,12 @@ jobs:
             target: aarch64-unknown-linux-gnu
 
     steps:
-      - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 
# v2.85.7
+      - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 
# v2.85.11
         if: matrix.rust == 'nightly'
         with:
           tool: cargo-expand
 
-      - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 
# v2.85.7
+      - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 
# v2.85.11
         if: matrix.rust == 'stable' && matrix.runner.target == 
'x86_64-unknown-linux-gnu'
         with:
           tool: [email protected]

Reply via email to