Skip to content

Commit 7a232b8

Browse files
build(deps): bump actions/checkout from 2 to 3 (#53)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccd335b commit 7a232b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
# Checkout the repository to the GitHub Actions runner
7373
- name: Checkout
74-
uses: actions/checkout@v2
74+
uses: actions/checkout@v3
7575

7676
# Action added to install terraform
7777
- name: Install Terraform v${{ needs.versionExtract.outputs.maxVersion }}

0 commit comments

Comments
 (0)