From 20ec62ee6fef6117219b9d303c5ce9c4b7163f01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:50:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 2ec2082..5d021ac 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@v5 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/terraform_fmt.yaml b/.github/workflows/terraform_fmt.yaml index 348980e..d469122 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@v5 with: ref: ${{ github.event.pull_request.head.ref }}