From 6f77650d207f60dd4706af50a47098ed47715e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:23:56 -0400 Subject: [PATCH] chore(deps): update actions/checkout action to v3 (#13) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 8afab1a..e1561b8 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -5,7 +5,7 @@ jobs: terraform-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: hashicorp/setup-terraform@v2 - run: | . script/bootstrap