Skip to content

Commit ff2a560

Browse files
dependabot[bot]mbrandenburger
authored andcommitted
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 080cc33 commit ff2a560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
#
7979
- name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry
8080
if: env.PUSH_TO_MAIN == 'true' && steps.filter.outputs.docker == 'true'
81-
uses: docker/login-action@v2
81+
uses: docker/login-action@v3
8282
with:
8383
registry: ${{ env.DOCKER_REGISTRY }}
8484
username: ${{ github.actor }}

0 commit comments

Comments
 (0)