Skip to content

Commit a21ad4e

Browse files
chore(deps): update docker/login-action action to v4 (#627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9436a1d commit a21ad4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454

5555
- name: Login to GHCR
5656
if: github.event_name == 'push'
57-
uses: docker/login-action@v3
57+
uses: docker/login-action@v4
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}
6161
password: ${{ secrets.GITHUB_TOKEN }}
6262

6363
- name: Login to Scaleway Container Registry
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
registry: rg.fr-par.scw.cloud
6767
username: nologin

0 commit comments

Comments
 (0)