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-java.git
The following commit(s) were added to refs/heads/main by this push:
new 59e847b61 MINOR: [CI] Bump docker/login-action from 4.4.0 to 4.6.0
(#1254)
59e847b61 is described below
commit 59e847b61910a5eb3d2c6372f696ca03ff619dac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 18:59:18 2026 -0700
MINOR: [CI] Bump docker/login-action from 4.4.0 to 4.6.0 (#1254)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/rc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml
index c77c8be2a..835198a8e 100644
--- a/.github/workflows/rc.yml
+++ b/.github/workflows/rc.yml
@@ -127,7 +127,7 @@ jobs:
with:
repository: apache/parquet-testing
path: arrow/cpp/submodules/parquet-testing
- - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #
v4.4.0
+ - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #
v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}