Skip to content

Commit

Permalink
bump(deps): update docker/login-action action to v3.2.0 (#65)
Browse files Browse the repository at this point in the history
[![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://github.com/docker/login-action) |
action | minor | `v3.1.0` -> `v3.2.0` |

---

### Release Notes

<details>
<summary>docker/login-action (docker/login-action)</summary>

###
[`v3.2.0`](https://github.com/docker/login-action/releases/tag/v3.2.0)

[Compare
Source](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0)

- Improve missing username/password by
[@&#8203;Frankkkkk](https://github.com/Frankkkkk) in
[docker/login-action#706
- Bump
[@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit)
from 0.18.0 to 0.24.0 in
[docker/login-action#715
[docker/login-action#721
- Bump aws-sdk-dependencies to 3.583.0 in
[docker/login-action#720
- Bump undici from 5.28.3 to 5.28.4 in
[docker/login-action#694

**Full Changelog**:
docker/login-action@v3.1.0...v3.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fuxingloh/karfia).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 30, 2024
1 parent 6dc7d24 commit eefe609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- run: pnpm install --frozen-lockfile

- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit eefe609

Please sign in to comment.