Skip to content

Commit 2168b01

Browse files
chore(deps): Update docker/login-action action to v3.4.0 (#9353)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://redirect.github.com/docker/login-action) | action | minor | `v3.3.0` -> `v3.4.0` | --- ### Release Notes <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v3.4.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.4.0) [Compare Source](https://redirect.github.com/docker/login-action/compare/v3.3.0...v3.4.0) - Bump [@&#8203;actions/core](https://redirect.github.com/actions/core) from 1.10.1 to 1.11.1 in [https://github.com/docker/login-action/pull/791](https://redirect.github.com/docker/login-action/pull/791) - Bump [@&#8203;aws-sdk/client-ecr](https://redirect.github.com/aws-sdk/client-ecr) to 3.766.0 in [https://github.com/docker/login-action/pull/789](https://redirect.github.com/docker/login-action/pull/789) [https://github.com/docker/login-action/pull/856](https://redirect.github.com/docker/login-action/pull/856) - Bump [@&#8203;aws-sdk/client-ecr-public](https://redirect.github.com/aws-sdk/client-ecr-public) to 3.758.0 in [https://github.com/docker/login-action/pull/789](https://redirect.github.com/docker/login-action/pull/789) [https://github.com/docker/login-action/pull/856](https://redirect.github.com/docker/login-action/pull/856) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.35.0 to 0.57.0 in [https://github.com/docker/login-action/pull/801](https://redirect.github.com/docker/login-action/pull/801) [https://github.com/docker/login-action/pull/806](https://redirect.github.com/docker/login-action/pull/806) [https://github.com/docker/login-action/pull/858](https://redirect.github.com/docker/login-action/pull/858) - Bump cross-spawn from 7.0.3 to 7.0.6 in [https://github.com/docker/login-action/pull/814](https://redirect.github.com/docker/login-action/pull/814) - Bump https-proxy-agent from 7.0.5 to 7.0.6 in [https://github.com/docker/login-action/pull/823](https://redirect.github.com/docker/login-action/pull/823) - Bump path-to-regexp from 6.2.2 to 6.3.0 in [https://github.com/docker/login-action/pull/777](https://redirect.github.com/docker/login-action/pull/777) **Full Changelog**: docker/login-action@v3.3.0...v3.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bff26a commit 2168b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.3.0
18+
uses: docker/login-action@v3.4.0
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.actor }}

0 commit comments

Comments
 (0)