Skip to content

Commit bc23306

Browse files
ci(deps): update docker/login-action action to v3 (#390)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://togithub.com/docker/login-action) | action | major | `v2.2.0` -> `v3.0.0` | --- ### Release Notes <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v3.0.0`](https://togithub.com/docker/login-action/releases/tag/v3.0.0) [Compare Source](https://togithub.com/docker/login-action/compare/v2.2.0...v3.0.0) - Node 20 as default runtime (requires [Actions Runner v2.308.0](https://togithub.com/actions/runner/releases/tag/v2.308.0) or later) by [@&#8203;crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/login-action/pull/593](https://togithub.com/docker/login-action/pull/593) - Bump [@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to 1.10.1 in [https://github.com/docker/login-action/pull/598](https://togithub.com/docker/login-action/pull/598) - Bump [@&#8203;aws-sdk/client-ecr](https://togithub.com/aws-sdk/client-ecr) and [@&#8203;aws-sdk/client-ecr-public](https://togithub.com/aws-sdk/client-ecr-public) to 3.410.0 in [https://github.com/docker/login-action/pull/555](https://togithub.com/docker/login-action/pull/555) [https://github.com/docker/login-action/pull/560](https://togithub.com/docker/login-action/pull/560) [https://github.com/docker/login-action/pull/582](https://togithub.com/docker/login-action/pull/582) [https://github.com/docker/login-action/pull/599](https://togithub.com/docker/login-action/pull/599) - Bump semver from 6.3.0 to 6.3.1 in [https://github.com/docker/login-action/pull/556](https://togithub.com/docker/login-action/pull/556) - Bump https-proxy-agent to 7.0.2 [https://github.com/docker/login-action/pull/561](https://togithub.com/docker/login-action/pull/561) [https://github.com/docker/login-action/pull/588](https://togithub.com/docker/login-action/pull/588) **Full Changelog**: docker/login-action@v2.2.0...v3.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Mogyuchi/gh-test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c697a1 commit bc23306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
111111

112112
- name: Log in to the Container registry
113-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
113+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
114114
with:
115115
registry: ${{ env.REGISTRY }}
116116
username: ${{ github.actor }}

0 commit comments

Comments
 (0)