From add586be333e07769df1d1616f7f426ae0772652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:07:53 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/plan-and-apply.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plan-and-apply.yml b/.github/workflows/plan-and-apply.yml index 9a88c5e..819a164 100644 --- a/.github/workflows/plan-and-apply.yml +++ b/.github/workflows/plan-and-apply.yml @@ -96,7 +96,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ inputs.checkout_ref }} @@ -211,7 +211,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ inputs.checkout_ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2584b0d..c943294 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # Google Cloud Platform - Authenticate to Google Cloud # https://github.com/marketplace/actions/authenticate-to-google-cloud