Skip to content

Commit 27ef774

Browse files
Bump docker/login-action in the minor-patch group across 1 directory (#114)
Bumps the minor-patch group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.4.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@af1e73f...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fde70a commit 27ef774

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Login to GitHub Container Registry
29-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
29+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
3939

4040
- name: Log in to GitHub Container Registry
41-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
41+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}

0 commit comments

Comments
 (0)