Skip to content

Commit ceeb1dc

Browse files
Update actions/checkout action to v5
1 parent e590ac2 commit ceeb1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: ./terraform
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- uses: hashicorp/setup-terraform@v3
4242
with:
4343
terraform_version: ${TERRAFORM_VERSION}

0 commit comments

Comments
 (0)