Skip to content

Commit ad75840

Browse files
Bump docker/login-action from 3 to 4 in the actions-deps group
Bumps the actions-deps group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `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 dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e422f2b commit ad75840

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@v3
81+
uses: docker/login-action@v4
8282
with:
8383
registry: ${{ env.DOCKER_REGISTRY }}
8484
username: ${{ github.actor }}

0 commit comments

Comments
 (0)