Skip to content

Commit d9a9da5

Browse files
chore(deps): Update docker/login-action action to v3.5.0 (main) (#9481)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://redirect.github.com/docker/login-action) | action | minor | `v3.4.0` -> `v3.5.0` | --- ### Release Notes <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v3.5.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.5.0) [Compare Source](https://redirect.github.com/docker/login-action/compare/v3.4.0...v3.5.0) - Support dual-stack endpoints for AWS ECR by [@&#8203;Spacefish](https://redirect.github.com/Spacefish) [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/login-action/pull/874](https://redirect.github.com/docker/login-action/pull/874) [https://github.com/docker/login-action/pull/876](https://redirect.github.com/docker/login-action/pull/876) - Bump [@&#8203;aws-sdk/client-ecr](https://redirect.github.com/aws-sdk/client-ecr) to 3.859.0 in [https://github.com/docker/login-action/pull/860](https://redirect.github.com/docker/login-action/pull/860) [https://github.com/docker/login-action/pull/878](https://redirect.github.com/docker/login-action/pull/878) - Bump [@&#8203;aws-sdk/client-ecr-public](https://redirect.github.com/aws-sdk/client-ecr-public) to 3.859.0 in [https://github.com/docker/login-action/pull/860](https://redirect.github.com/docker/login-action/pull/860) [https://github.com/docker/login-action/pull/878](https://redirect.github.com/docker/login-action/pull/878) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.57.0 to 0.62.1 in [https://github.com/docker/login-action/pull/870](https://redirect.github.com/docker/login-action/pull/870) - Bump form-data from 2.5.1 to 2.5.5 in [https://github.com/docker/login-action/pull/875](https://redirect.github.com/docker/login-action/pull/875) **Full Changelog**: docker/login-action@v3.4.0...v3.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/dgraph). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fe43df commit d9a9da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-dgraph-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: docker/[email protected]
1616

1717
- name: Log in to GitHub Container Registry
18-
uses: docker/login-action@v3.4.0
18+
uses: docker/login-action@v3.5.0
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.actor }}

0 commit comments

Comments
 (0)