Skip to content

Commit db9f302

Browse files
Bump docker/login-action from 2.2.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ddd96d commit db9f302

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: docker/[email protected]
2121

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

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- uses: docker/[email protected]
128128

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

.github/workflows/push.yml

+1-1
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@v2.2.0
16+
uses: docker/login-action@v3.3.0
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}

0 commit comments

Comments
 (0)