From bc23306f95f370bdf3d6c1f459a03baf0eb94061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 16:19:34 +0900 Subject: [PATCH] ci(deps): update docker/login-action action to v3 (#390) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
docker/login-action (docker/login-action) ### [`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 [@​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 [@​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 [@​aws-sdk/client-ecr](https://togithub.com/aws-sdk/client-ecr) and [@​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**: https://github.com/docker/login-action/compare/v2.2.0...v3.0.0
--- ### 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 621048144..1d2913752 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0 - name: Log in to the Container registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}