From 9b05f2c5d6dafd1b9cc6c4784a71114f5e51f1d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:09:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/documentation.yaml | 2 +- .github/workflows/terraform_fmt.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 95911cc..b021b13 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -5,7 +5,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/terraform_fmt.yaml b/.github/workflows/terraform_fmt.yaml index 348980e..702132d 100644 --- a/.github/workflows/terraform_fmt.yaml +++ b/.github/workflows/terraform_fmt.yaml @@ -9,7 +9,7 @@ jobs: name: Check if terraform files are formatted correctly. steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }}