Skip to content

Commit 48a2e6a

Browse files
chore(deps): update actions/checkout action to v6 (#137)
* chore(deps): update actions/checkout action to v6 * docs: update terraform-docs for modules --------- Co-authored-by: Steve McGhee <smcghee@google.com>
1 parent 93614b7 commit 48a2e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Format Check
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-go@v6
1313
- uses: hashicorp/setup-terraform@v3
1414
- run: go install github.com/terraform-docs/terraform-docs@v0.18.0

0 commit comments

Comments
 (0)