From 3cce2368c4a74dd2e0fcd6fc4254763f39ecf164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:00:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/rebuild-readme-command.yml | 2 +- .github/workflows/terraform-fmt-command.yml | 2 +- .github/workflows/terratest-command.yml | 2 +- .github/workflows/test-command.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rebuild-readme-command.yml b/.github/workflows/rebuild-readme-command.yml index 9bcd769a..971ab5e1 100644 --- a/.github/workflows/rebuild-readme-command.yml +++ b/.github/workflows/rebuild-readme-command.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout the pull request branch - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} diff --git a/.github/workflows/terraform-fmt-command.yml b/.github/workflows/terraform-fmt-command.yml index 094c1673..80dde6f0 100644 --- a/.github/workflows/terraform-fmt-command.yml +++ b/.github/workflows/terraform-fmt-command.yml @@ -10,7 +10,7 @@ jobs: container: cloudposse/build-harness:slim-latest steps: # Checkout the pull request branch - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} diff --git a/.github/workflows/terratest-command.yml b/.github/workflows/terratest-command.yml index 2c7007b1..e0c08c44 100644 --- a/.github/workflows/terratest-command.yml +++ b/.github/workflows/terratest-command.yml @@ -43,7 +43,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} - name: "Checkout code for ChatOps" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index 698fb77b..97112ceb 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -119,7 +119,7 @@ jobs: # Checkout the code from GitHub Pull Request - name: "Checkout code for ChatOps" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} @@ -212,7 +212,7 @@ jobs: # Checkout the code from GitHub Pull Request - name: "Checkout code for ChatOps" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }} @@ -352,7 +352,7 @@ jobs: # Checkout the code from GitHub Pull Request - name: "Checkout code for ChatOps" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}