Skip to content

Commit 4866bb5

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v6.1.0 (#518)
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 | `v6.0.0` → `v6.1.0` | --- ### Release Notes <details> <summary>aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)</summary> ### [`v6.1.0`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v6.0.0...v6.1.0) ##### Features - add skip cleanup option ([#&#8203;1716](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1716)) ([11b1c58](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/11b1c58b24724e66aa52a847862a0c1b0c4b0c7b)), closes [#&#8203;1545](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1545) - Support usage of AWS Profiles ([#&#8203;1696](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1696)) ([a7f0c82](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/a7f0c828ac76e0d049e34c920172c60f579f9eb3)) </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. --- - [ ] 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/rapidsai/shared-workflows). Authors: - https://github.com/apps/renovate Approvers: - James Lamb (https://github.com/jameslamb) URL: #518
1 parent 9b3ec6b commit 4866bb5

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/build-in-devcontainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
| jq -r '.token')
140140
EOF
141141
142-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
142+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
143143
with:
144144
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
145145
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/conda-cpp-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
env:
128128
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
129129
steps:
130-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
130+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
131131
with:
132132
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
133133
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/conda-cpp-post-build-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
5656
steps:
57-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
57+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
5858
with:
5959
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
6060
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/conda-cpp-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
213213
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
214214
steps:
215-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
215+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
216216
with:
217217
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
218218
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/conda-python-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
env:
158158
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
159159
steps:
160-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
160+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
161161
with:
162162
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
163163
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/conda-python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
217217
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
218218
steps:
219-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
219+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
220220
with:
221221
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
222222
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/custom-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
133133
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
134134
steps:
135-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
135+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
136136
with:
137137
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
138138
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/wheels-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
186186

187187
steps:
188-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
188+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
189189
with:
190190
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
191191
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/wheels-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} # GPU jobs must set this container env variable
241241
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
242242
steps:
243-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
243+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
244244
with:
245245
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
246246
aws-region: ${{ vars.AWS_REGION }}

0 commit comments

Comments
 (0)