From 0263c60ca8798c17a82c537d90edb1a716e71f04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:26:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/ci_lint_and_test.yml | 8 ++++---- .github/workflows/deploy_single_environment.yml | 2 +- .github/workflows/terraform_plan.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_lint_and_test.yml b/.github/workflows/ci_lint_and_test.yml index 3d6141db1..a50a3c7e6 100644 --- a/.github/workflows/ci_lint_and_test.yml +++ b/.github/workflows/ci_lint_and_test.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }} @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }} @@ -80,7 +80,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }} @@ -101,7 +101,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/deploy_single_environment.yml b/.github/workflows/deploy_single_environment.yml index a79bced9b..3e3344c20 100644 --- a/.github/workflows/deploy_single_environment.yml +++ b/.github/workflows/deploy_single_environment.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/terraform_plan.yml b/.github/workflows/terraform_plan.yml index 0e2eab59f..756058f5a 100644 --- a/.github/workflows/terraform_plan.yml +++ b/.github/workflows/terraform_plan.yml @@ -20,7 +20,7 @@ jobs: contents: read steps: - name: Checkout source code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.pull_request.head.sha }}