Skip to content

Commit e338715

Browse files
authored
Merge pull request #11 from thomast1906/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 3fa9845 + dc3dfcd commit e338715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
# Checkout the repository to the GitHub Actions runner
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727

2828
- name: 'Terraform Format'
2929
uses: hashicorp/terraform-github-actions@master

0 commit comments

Comments
 (0)