feat(github-action): update docker/login-action (v3.4.0 → v3.5.0) (#41)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-08 05:54:55 +00:00
committed by GitHub
parent 1500ebd50d
commit 4dfef70adc

View File

@@ -35,7 +35,7 @@ jobs:
version: "~> v2"
- 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 }}