Skip to content

Commit b17a76c

Browse files
Bump docker/login-action from 3 to 4 (#1540)
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 1aa5f79 commit b17a76c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spms-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v6
6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v3
61+
uses: docker/login-action@v4
6262
with:
6363
username: ${{ secrets.DOCKER_USERNAME }}
6464
password: ${{ secrets.DOCKER_TOKEN }}
6565
- name: Log in to the Container registry
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
registry: ghcr.io
6969
username: ${{ github.actor }}

0 commit comments

Comments
 (0)