Skip to content

Commit 7fe74c1

Browse files
chore(deps): update dependencies (#232)
* fix(deps): update dependencies * terraform-docs: automated action --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d28c67d commit 7fe74c1

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
4343

4444
- name: Terraform Docs
45-
uses: terraform-docs/gh-actions@v1.3.0
45+
uses: terraform-docs/gh-actions@v1.4.1
4646
with:
4747
git-push: true
4848
output-file: USAGE.md

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.3
1+
1.11.4

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
| Name | Version |
55
|------|---------|
6-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.11.3 |
6+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.11.4 |
77

88
## Providers
99

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/micromatch": "4.0.9",
2424
"jest": "29.7.0",
2525
"prettier": "3.5.3",
26-
"typescript": "5.8.2"
26+
"typescript": "5.8.3"
2727
},
2828
"jest": {
2929
"transform": {

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.11.3"
2+
required_version = "1.11.4"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)