Skip to content

Commit d6d7108

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v4 (#189)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-actions/configure-aws-credentials](https://togithub.com/aws-actions/configure-aws-credentials) | action | major | `v1.7.0` -> `v4.0.1` | --- ### Release Notes <details> <summary>aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)</summary> ### [`v4.0.1`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v4.0.1) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v4.0.0...v4.0.1) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) for details about the changes included in this release. ### [`v4.0.0`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v4.0.0) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v3.0.2...v4.0.0) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/v4.0.0/CHANGELOG.md) for details about the changes included in this release. ### [`v3.0.2`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v3.0.2) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v3.0.1...v3.0.2) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/v3.0.2/CHANGELOG.md) for details about the changes included in this release. ### [`v3.0.1`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v3.0.1) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v3.0.0...v3.0.1) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/v3.0.1/CHANGELOG.md) for details about the changes included in this release. ### [`v3.0.0`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v3.0.0) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v2.2.0...v3.0.0) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/v3.0.0/CHANGELOG.md) for details about the changes included in this release. ### [`v2.2.0`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v2.2.0) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v2.1.0...v2.2.0) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/v2.2.0/CHANGELOG.md) for details about the changes included in this release. ### [`v2.1.0`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v2.1.0) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v2.0.0...v2.1.0) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/v2.1.0/CHANGELOG.md) for details about the changes included in this release. ### [`v2.0.0`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v2.0.0) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v1.7.0...v2.0.0) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/v2.0.0/CHANGELOG.md) for details about the changes included in this release. </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 is behind base branch, 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/Hapag-Lloyd/terraform-aws-bastion-host-ssm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57e7e71 commit d6d7108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: tflint-${{ hashFiles('.config/tflint.hcl') }}
4646

4747
- name: configure aws credentials
48-
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0
48+
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
4949
with:
5050
role-to-assume: ${{ secrets.TFLINT_ROLE_ARN }}
5151
role-session-name: tflint

0 commit comments

Comments
 (0)