From 32efb4e40f6104afad51fbbeb0213760e26e7322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:59:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/terraform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 7723793..8a09dad 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -19,7 +19,7 @@ jobs: if: github.ref != 'refs/heads/release' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: @@ -38,7 +38,7 @@ jobs: if: github.ref != 'refs/heads/release' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: hashicorp/setup-terraform@v1 with: @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Semantic Release uses: cycjimmy/semantic-release-action@v2