Skip to content

Commit ce4f367

Browse files
fix(deps): update dependencies
1 parent d28c67d commit ce4f367

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
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

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)