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 aee8a107 MINOR: [CI] Bump docker/login-action from 3.5.0 to 3.6.0
(#870)
aee8a107 is described below
commit aee8a1070132ada6a9cd5fde1efe1af06c2b72e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 13:42:16 2025 +0900
MINOR: [CI] Bump docker/login-action from 3.5.0 to 3.6.0 (#870)
Bumps [docker/login-action](https://github.com/docker/login-action) from
3.5.0 to 3.6.0.
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 eec33440..60fa12f5 100644
--- a/.github/workflows/rc.yml
+++ b/.github/workflows/rc.yml
@@ -133,7 +133,7 @@ jobs:
with:
repository: apache/parquet-testing
path: arrow/cpp/submodules/parquet-testing
- - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #
v3.5.0
+ - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #
v3.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}