This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-erlang.git


The following commit(s) were added to refs/heads/main by this push:
     new d33912a  fix: use stable tag for dtolnay/rust-toolchain (#94)
d33912a is described below

commit d33912adee9ae61d09f13ade7065ba532ae366ac
Author: Benjamin Philip <[email protected]>
AuthorDate: Mon Jul 6 12:14:59 2026 +0530

    fix: use stable tag for dtolnay/rust-toolchain (#94)
    
    ## What issue does this PR close?
    
    Doesn't close an issue tracked in the issue tracker.
    
    Dependabot has not been updating `dtolnay/rust-toolchain` since I used
    to `v1` tag instead of the `stable` tag. The ASF allowlist moved forward
    to a new version and our CI started failing.
    
    ## What's changed
    
    The tag has been corrected. The hash has also been bumped to the allowed
    version.
---
 .github/workflows/docs.yml      | 2 +-
 .github/workflows/erlang-ci.yml | 4 ++--
 .github/workflows/rust-ci.yml   | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 4c61700..12cf966 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -59,7 +59,7 @@ jobs:
             test-native-${{ runner.os }}-${{ env.RUST_TOOLCHAIN_VERSION }}
 
       - name: Install Rust
-        uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 
# v1
+        uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 
# stable
         with:
           toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
 
diff --git a/.github/workflows/erlang-ci.yml b/.github/workflows/erlang-ci.yml
index 892c8ba..6948826 100644
--- a/.github/workflows/erlang-ci.yml
+++ b/.github/workflows/erlang-ci.yml
@@ -72,7 +72,7 @@ jobs:
             test-native-${{ runner.os }}-${{ env.RUST_TOOLCHAIN_VERSION }}
 
       - name: Install Rust
-        uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 
# v1
+        uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 
# stable
         with:
           toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
 
@@ -143,7 +143,7 @@ jobs:
             test-native-${{ runner.os }}-${{ env.RUST_TOOLCHAIN_VERSION }}
 
       - name: Install Rust
-        uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 
# v1
+        uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 
# stable
         with:
           toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
 
diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml
index baea72a..331328d 100644
--- a/.github/workflows/rust-ci.yml
+++ b/.github/workflows/rust-ci.yml
@@ -39,7 +39,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
 
-      - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 
# v1
+      - uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 
# stable
         with:
           toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
           components: clippy
@@ -64,7 +64,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
 
-      - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 
# v1
+      - uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 
# stable
         with:
           toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
           components: rustfmt
@@ -89,7 +89,7 @@ jobs:
     steps:
       - uses: actions/[email protected]
 
-      - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 
# v1
+      - uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 
# stable
         with:
           toolchain: "${{ env.RUST_TOOLCHAIN_VERSION }}"
           components: rustfmt

Reply via email to