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 4fc5032d6 chore: bump the actions group with 2 updates (#4355)
4fc5032d6 is described below
commit 4fc5032d6e7a094bf7681c3ee001ccebd178bffc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 4 00:42:26 2026 -0700
chore: bump the actions group with 2 updates (#4355)
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 839f3303c..ae75cf3cd 100644
--- a/.github/workflows/csharp.yml
+++ b/.github/workflows/csharp.yml
@@ -54,7 +54,7 @@ jobs:
os: [ubuntu-latest, windows-2022, macos-15-intel, macos-latest]
steps:
- name: Install C#
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 #
v5.2.0
+ uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 #
v5.3.0
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Checkout ADBC
@@ -100,7 +100,7 @@ jobs:
submodules: recursive
persist-credentials: false
- name: Install .NET 10
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 #
v5.2.0
+ uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 #
v5.3.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 3b1d1482f..cee9f7ca6 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -438,7 +438,7 @@ jobs:
lookup-only: true
- name: Login to GitHub Container registry
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #
v4.1.0
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}