Skip to content

Commit 83a06b2

Browse files
Bump docker/login-action from 3.7.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.7.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 665aace commit 83a06b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: docker/setup-buildx-action@v3.12.0
2121

2222
- name: Log in to GitHub Container Registry
23-
uses: docker/login-action@v3.7.0
23+
uses: docker/login-action@v4.1.0
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- uses: docker/setup-buildx-action@v3.12.0
128128

129129
- name: Log in to GitHub Container Registry
130-
uses: docker/login-action@v3.7.0
130+
uses: docker/login-action@v4.1.0
131131
with:
132132
registry: ghcr.io
133133
username: ${{ github.actor }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: test -f .godownloader.sh
1414

1515
- name: Log in to GitHub Container Registry
16-
uses: docker/login-action@v3.7.0
16+
uses: docker/login-action@v4.1.0
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}

0 commit comments

Comments
 (0)