Skip to content

Commit

Permalink
chore(deps): update aws-actions/configure-aws-credentials action to v4 (
Browse files Browse the repository at this point in the history
#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>
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent 57e7e71 commit d6d7108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: tflint-${{ hashFiles('.config/tflint.hcl') }}

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
with:
role-to-assume: ${{ secrets.TFLINT_ROLE_ARN }}
role-session-name: tflint
Expand Down

0 comments on commit d6d7108

Please sign in to comment.