Skip to content

Commit 067b1d5

Browse files
authored
chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 [skip ci]
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. Release notes *Sourced from [docker/login-action's releases](https://github.com/docker/login-action/releases).* > v4.0.0 > ------ > > * Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#929](https://redirect.github.com/docker/login-action/pull/929) > * Switch to ESM and update config/test wiring by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#927](https://redirect.github.com/docker/login-action/pull/927) > * Bump `@​actions/core` from 1.11.1 to 3.0.0 in [docker/login-action#919](https://redirect.github.com/docker/login-action/pull/919) > * Bump `@​aws-sdk/client-ecr` from 3.890.0 to 3.1000.0 in [docker/login-action#909](https://redirect.github.com/docker/login-action/pull/909) [docker/login-action#920](https://redirect.github.com/docker/login-action/pull/920) > * Bump `@​aws-sdk/client-ecr-public` from 3.890.0 to 3.1000.0 in [docker/login-action#909](https://redirect.github.com/docker/login-action/pull/909) [docker/login-action#920](https://redirect.github.com/docker/login-action/pull/920) > * Bump `@​docker/actions-toolkit` from 0.63.0 to 0.77.0 in [docker/login-action#910](https://redirect.github.com/docker/login-action/pull/910) [docker/login-action#928](https://redirect.github.com/docker/login-action/pull/928) > * Bump `@​isaacs/brace-expansion` from 5.0.0 to 5.0.1 in [docker/login-action#921](https://redirect.github.com/docker/login-action/pull/921) > * Bump js-yaml from 4.1.0 to 4.1.1 in [docker/login-action#901](https://redirect.github.com/docker/login-action/pull/901) > > **Full Changelog**: <docker/login-action@v3.7.0...v4.0.0> Commits * [`b45d80f`](docker/login-action@b45d80f) Merge pull request [#929](https://redirect.github.com/docker/login-action/issues/929) from crazy-max/node24 * [`176cb9c`](docker/login-action@176cb9c) node 24 as default runtime * [`cad8984`](docker/login-action@cad8984) Merge pull request [#920](https://redirect.github.com/docker/login-action/issues/920) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc... * [`92cbcb2`](docker/login-action@92cbcb2) chore: update generated content * [`5a2d6a7`](docker/login-action@5a2d6a7) build(deps): bump the aws-sdk-dependencies group with 2 updates * [`44512b6`](docker/login-action@44512b6) Merge pull request [#928](https://redirect.github.com/docker/login-action/issues/928) from docker/dependabot/npm\_and\_yarn/docker/actions-to... * [`28737a5`](docker/login-action@28737a5) chore: update generated content * [`dac0793`](docker/login-action@dac0793) build(deps): bump `@​docker/actions-toolkit` from 0.76.0 to 0.77.0 * [`62029f3`](docker/login-action@62029f3) Merge pull request [#919](https://redirect.github.com/docker/login-action/issues/919) from docker/dependabot/npm\_and\_yarn/actions/core-3.0.0 * [`08c8f06`](docker/login-action@08c8f06) chore: update generated content * Additional commits viewable in [compare view](docker/login-action@c94ce9f...b45d80f) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=docker/login-action&package-manager=github\_actions&previous-version=3.7.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents 2adfe85 + 6a98140 commit 067b1d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mvn-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2222

2323
- name: Login to Docker Hub
24-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
24+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
2525
with:
2626
username: ${{ secrets.DOCKER_USERNAME }}
2727
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/mvn-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Login to Docker Hub
26-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
26+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)