chore(deps): update docker/login-action action to v4.2.0 #145

Merged
CSRBot merged 1 commits from renovate/actions into master 2026-05-31 20:05:34 +02:00
Showing only changes of commit 0c323bc2a3 - Show all commits
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
--passphrase-file "${GPG_PRIVATE_KEY_PASSPHRASE_FILE}" \
--version "${PACKAGE_VERSION}" ./
- uses: docker/login-action@v4.1.0
- uses: docker/login-action@v4.2.0
with:
registry: ${{ github.server_url }}
username: ${{ github.repository_owner }}