Skip to content

Commit 92729cf

Browse files
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 458486e commit 92729cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: ./.github/actions/setup-node
1414
- name: Login to GitHub Container Registry
15-
uses: docker/login-action@v3
15+
uses: docker/login-action@v4
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.actor }}

.github/workflows/push-migration-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212
- uses: ./.github/actions/setup-node
1313
- name: Log in to GitHub Container Registry
14-
uses: docker/login-action@v3
14+
uses: docker/login-action@v4
1515
with:
1616
registry: ghcr.io
1717
username: ${{ github.actor }}

0 commit comments

Comments
 (0)