Skip to content

Commit 2127b51

Browse files
chore(deps): bump docker/login-action from 3 to 4 (#533)
* chore(deps): bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: trigger PR checks. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13408f0 commit 2127b51

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-docker-pulls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install asdf & tools
4646
uses: ./.github/actions/aloha-github-workflows/.github/actions/asdf-install-and-cache
4747
- name: Login to Docker Hub
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
username: ${{ secrets.RO_DOCKERHUB_USERNAME }}
5151
password: ${{ secrets.RO_DOCKERHUB_PAT }}

.github/workflows/test-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Set Up Cloud SDK
8383
uses: google-github-actions/setup-gcloud@v3
8484
- name: Login to GAR
85-
uses: docker/login-action@v3.4.0
85+
uses: docker/login-action@v4
8686
with:
8787
registry: us-central1-docker.pkg.dev
8888
username: oauth2accesstoken
@@ -137,7 +137,7 @@ jobs:
137137
- name: Set Up Cloud SDK
138138
uses: google-github-actions/setup-gcloud@v3
139139
- name: Login to GAR
140-
uses: docker/login-action@v3.4.0
140+
uses: docker/login-action@v4
141141
with:
142142
registry: us-central1-docker.pkg.dev
143143
username: oauth2accesstoken

0 commit comments

Comments
 (0)