diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3da07be..979faa8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7cec440..0b6ee39 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index c33f566..8c6e700 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -35,7 +35,7 @@ jobs: run: echo "branch=${GITHUB_HEAD_REF}" >> "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.branch.outputs.branch }}