Skip to content

Commit a768fe5

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0.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.0.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.0.0
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}

Tagfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.53.7
1+
0.53.8

0 commit comments

Comments
 (0)