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 122a9a1a2 chore: bump docker/login-action from 3.4.0 to 3.5.0 (#3234)
122a9a1a2 is described below
commit 122a9a1a2e24bb81a581f1cf23da4079e9ca8ecf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 5 16:54:43 2025 +0900
chore: bump docker/login-action from 3.4.0 to 3.5.0 (#3234)
Bumps [docker/login-action](https://github.com/docker/login-action) from
3.4.0 to 3.5.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 34ab8f07c..912c4721c 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -358,7 +358,7 @@ jobs:
restore-keys: linux-${{ env.TASK_NAMESPACE }}-ccache-${{
matrix.target }}-
- name: Login to GitHub Container registry
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 #
v3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #
v3.5.0
with:
registry: ghcr.io
username: ${{ github.actor }}