Skip to content

Commit 3808aaa

Browse files
build(deps): bump docker/login-action from 2 to 3 (#461)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent 11bf212 commit 3808aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Checkout
120120
uses: actions/checkout@v4
121121
- name: Login to GitHub Container Registry
122-
uses: docker/login-action@v2
122+
uses: docker/login-action@v3
123123
with:
124124
registry: ${{ env.DOCKER_REGISTRY }}
125125
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@v4
4444
- name: Login to GitHub Container Registry
45-
uses: docker/login-action@v2
45+
uses: docker/login-action@v3
4646
with:
4747
registry: ${{ env.DOCKER_REGISTRY }}
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)