This is an automated email from the ASF dual-hosted git repository.
mbrobbel 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 9941cd061 chore: Bump docker/login-action from 3.5.0 to 3.6.0 (#3498)
9941cd061 is described below
commit 9941cd0617590228a865983d16c735112e610632
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 30 09:18:16 2025 +0200
chore: Bump docker/login-action from 3.5.0 to 3.6.0 (#3498)
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/packaging.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index b6bccb631..b76d2f8f3 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -427,7 +427,7 @@ jobs:
restore-keys: linux-${{ env.TASK_NAMESPACE }}-ccache-${{
matrix.target }}-
- name: Login to GitHub Container registry
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #
v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #
v3.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}