Skip to content

Commit 6191448

Browse files
Bump docker/login-action from 4.5.0 to 4.6.0 in the non-major group
Bumps the non-major group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@06fb636...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02f45c3 commit 6191448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1212
with:
1313
persist-credentials: false
14-
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
14+
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
1515
with:
1616
registry: ghcr.io
1717
username: ${{ github.actor }}
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151
with:
5252
persist-credentials: false
53-
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
53+
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}

0 commit comments

Comments
 (0)