From b695ad19adc60c394f9ab4c34b74678755145c60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:38:06 +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..99177fb 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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..c6499dc 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: ref: ${{ github.event.pull_request.head.ref }}