From a7523e9e4e89c73b0286ddcee6d5ef5515956131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:35:41 +0000 Subject: [PATCH] chore: bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/setup-dotnet` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/9a946fdbd5fb07b82b2f5a4466058b876ab72bb2...26b0ec14cb23fa6904739307f278c14f94c95bf1) Updates `ruby/setup-ruby` from 1.314.0 to 1.315.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/9eb537ca036ebaed86729dcb9309076e4c5c3b74...0dafeac902942906541bc140009cdbf32665b601) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: ruby/setup-ruby dependency-version: 1.315.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .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 c2ccb2c843..2d9d0e95b8 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 2031d77acf..722380e301 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