From 694fcb9a9e3dffadfe9118d7a0bb70492a8e6ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:04:17 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/playground_deploy_infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playground_deploy_infrastructure.yml b/.github/workflows/playground_deploy_infrastructure.yml index 2f2e6b18d72c..daeb94f92fa3 100644 --- a/.github/workflows/playground_deploy_infrastructure.yml +++ b/.github/workflows/playground_deploy_infrastructure.yml @@ -23,7 +23,7 @@ jobs: PROJECT_ENV: beta steps: - name: git clone repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup GCP account run: | echo "${{ secrets.GCP_PLAYGROUND_SA_KEY }}" | base64 -d > /tmp/gcp_access.json