Skip to content

Commit 19927df

Browse files
chore: bump docker/login-action from 3.6.0 to 3.7.0
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] <[email protected]>
1 parent 20a561b commit 19927df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Login to GHCR
5252
if: ${{ steps.dependencies.outputs.VERSION != ''}}
53-
uses: docker/login-action@v3.6.0
53+
uses: docker/login-action@v3.7.0
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.repository_owner }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/[email protected]
6363

6464
- name: Login to GHCR
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)