From 4ff839fa08c081b6f088b082f5ce5f0f9a7c3d55 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 27 Dec 2023 13:42:38 -0800 Subject: [PATCH] chore: update build-push-cft-devtools.yml (#2064) --- .github/workflows/build-push-cft-devtools.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-push-cft-devtools.yml b/.github/workflows/build-push-cft-devtools.yml index 4f7a34e2da4..37d59589085 100644 --- a/.github/workflows/build-push-cft-devtools.yml +++ b/.github/workflows/build-push-cft-devtools.yml @@ -19,7 +19,7 @@ jobs: id-token: 'write' steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - id: 'auth' name: 'Authenticate to Google Cloud' @@ -30,7 +30,6 @@ jobs: - uses: google-github-actions/setup-gcloud@5a5f7b85fca43e76e53463acaa9d408a03c98d3a # v2.0.1 with: - version: "410.0.0" project_id: ${{ env.PROJECT_ID }} - name: Build @@ -52,5 +51,5 @@ jobs: repo: context.repo.repo, title: 'build-push-dev-tools job failed', body: 'Logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}', - assignee: 'bharathkkb' + assignees: ['bharathkkb','apeabody'] })