Skip to content

Commit b5aba2f

Browse files
Merge pull request #11 from arvatoaws-labs/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents d01900c + 8b2781d commit b5aba2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubaction-GenerateTerraformDocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
(github.event_name == 'issue_comment' && github.event.issue.pull_request && contains(github.event.comment.body, '/update-readme'))
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)