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

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


The following commit(s) were added to refs/heads/main by this push:
     new e294487ea chore: bump the actions group across 1 directory with 2 
updates (#4483)
e294487ea is described below

commit e294487ea2e57255a485f172eb10da60335afa36
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 7 16:01:27 2026 -0700

    chore: bump the actions group across 1 directory with 2 updates (#4483)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/csharp.yml    | 4 ++--
 .github/workflows/packaging.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml
index c2ccb2c84..2d9d0e95b 100644
--- a/.github/workflows/csharp.yml
+++ b/.github/workflows/csharp.yml
@@ -56,7 +56,7 @@ jobs:
         os: [ubuntu-latest, windows-2022, macos-15-intel, macos-latest]
     steps:
       - name: Install C#
-        uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # 
v5.3.0
+        uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # 
v5.4.0
         with:
           dotnet-version: ${{ matrix.dotnet }}
       - name: Checkout ADBC
@@ -102,7 +102,7 @@ jobs:
           submodules: recursive
           persist-credentials: false
       - name: Install .NET 10
-        uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # 
v5.3.0
+        uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # 
v5.4.0
         with:
           # NativeAOT requires net10. Using 10.0.x selects the latest
           # available SDK; preview tags may be needed until GA.
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 2031d77ac..722380e30 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -424,7 +424,7 @@ jobs:
           mv apache-arrow-adbc-$VERSION.tar.gz adbc/ci/linux-packages/
 
       - name: Set up Ruby
-        uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74  # 
v1.314.0
+        uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601  # 
v1.315.0
         with:
           ruby-version: ruby
 

Reply via email to