Skip to content

Commit 55d3cff

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 5a188f1 + ae511c5 commit 55d3cff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
${{ runner.os }}-maven-
4444
4545
- name: Log in to the ghcr.io
46-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
46+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}

.github/workflows/kamal-deploy-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4444

4545
- name: Log in to the ghcr.io
46-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
46+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}

.github/workflows/kamal-deploy-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
4444

4545
- name: Log in to the ghcr.io
46-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
46+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}

0 commit comments

Comments
 (0)