Skip to content

Commit 44ae8e2

Browse files
Bump docker/login-action from 3.6.0 to 3.7.0 (#696)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cc12ca commit 44ae8e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6.0.2
2323

2424
- name: Log in to GHCR.io
25-
uses: docker/login-action@v3.6.0
25+
uses: docker/login-action@v3.7.0
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.repository_owner }}
@@ -62,7 +62,7 @@ jobs:
6262
- name: Check out repository code
6363
uses: actions/checkout@v6.0.2
6464
- name: Log in to GHCR.io
65-
uses: docker/login-action@v3.6.0
65+
uses: docker/login-action@v3.7.0
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)