chore(deps): update docker/login-action action to v4
All checks were successful
Helm / helm-lint (push) Successful in 4s
Helm / helm-unittest (push) Successful in 8s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (pull_request) Successful in 7s

This commit is contained in:
2026-03-04 11:15:47 +00:00
parent 06a7fa1800
commit d4fdbdc0c0
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ jobs:
--passphrase-file "${GPG_PRIVATE_KEY_PASSPHRASE_FILE}" \
--version "${PACKAGE_VERSION}" ./
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.0.0
with:
registry: ${{ github.server_url }}
username: ${{ github.repository_owner }}