Skip to content

Commit 8d84744

Browse files
chore(deps): update actions/checkout action to v5 (#127)
Co-authored-by: Steve McGhee <smcghee@google.com>
1 parent 7e42783 commit 8d84744

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@v4
11+
- uses: actions/checkout@v5
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)