mirror of https://github.com/astral-sh/uv
Update aws-actions/configure-aws-credentials action to v5.1.1 (#16573)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials) | action | minor | `v5.0.0` -> `v5.1.1` | --- ### Release Notes <details> <summary>aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)</summary> ### [`v5.1.1`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v5.1.1) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5.1.0...v5.1.1) ##### Miscellaneous Chores - release 5.1.1 ([56d6a58](56d6a583f0)) - various dependency updates ### [`v5.1.0`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5.0.0...v5.1.0) ##### Features - Add global timeout support ([#​1487](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1487)) ([1584b8b](1584b8b0e2)) - add no-proxy support ([#​1482](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1482)) ([dde9b22](dde9b22a8e)) - Improve debug logging in retry logic ([#​1485](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1485)) ([97ef425](97ef425d73)) ##### Bug Fixes - properly expose getProxyForUrl (introduced in [#​1482](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1482)) ([#​1486](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1486)) ([cea4298](cea42985ac)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQyLjE5LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImludGVybmFsIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7ca92dcf66
commit
fa6afd5a71
|
|
@ -1848,7 +1848,7 @@ jobs:
|
|||
run: chmod +x ./uv
|
||||
|
||||
- name: "Configure AWS credentials"
|
||||
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
|
||||
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue