Skip to content

Commit 83afec2

Browse files
Bump docker/login-action from 3 to 4 (#229)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6b7088 commit 83afec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ jobs:
197197
- uses: actions/checkout@v6.0.2
198198
- name: Login to DockerHub
199199
if: ${{ github.repository_owner == 'rust-cross' && github.event_name != 'pull_request' }}
200-
uses: docker/login-action@v3
200+
uses: docker/login-action@v4
201201
with:
202202
username: ${{ secrets.DOCKER_USERNAME }}
203203
password: ${{ secrets.DOCKER_TOKEN }}
204204
- name: Login to GitHub Container Registry
205-
uses: docker/login-action@v3
205+
uses: docker/login-action@v4
206206
with:
207207
registry: ghcr.io
208208
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)