chore(deps): update docker/login-action action to v4 #134

Open
CSRBot wants to merge 1 commits from renovate/docker-login-action-4.x into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d4fdbdc0c0 - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.0.0
with:
registry: ${{ github.server_url }}
username: ${{ github.repository_owner }}

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 }}