Skip to content

Commit d3284ff

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] <support@github.com>
1 parent bd643de commit d3284ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: docker/setup-buildx-action@v3
210210

211211
- name: Log into registry ${{ env.REGISTRY }}
212-
uses: docker/login-action@v3
212+
uses: docker/login-action@v4
213213
with:
214214
registry: ${{ env.REGISTRY }}
215215
username: ${{ github.actor }}
@@ -298,7 +298,7 @@ jobs:
298298
images: ${{ env.FULL_IMAGE_NAME }}
299299

300300
- name: Log into registry ${{ env.REGISTRY }}
301-
uses: docker/login-action@v3
301+
uses: docker/login-action@v4
302302
with:
303303
registry: ${{ env.REGISTRY }}
304304
username: ${{ github.actor }}

0 commit comments

Comments
 (0)