diff --git a/.github/workflows/deploy-function-getoncall.yaml b/.github/workflows/deploy-function-getoncall.yaml index 1ae531e..6e071e0 100644 --- a/.github/workflows/deploy-function-getoncall.yaml +++ b/.github/workflows/deploy-function-getoncall.yaml @@ -26,7 +26,7 @@ jobs: service_account: "github-actions@sigstore-support-tooling.iam.gserviceaccount.com" - id: deploy - uses: google-github-actions/deploy-cloud-functions@4f9427c63ffe3ceeae0032efc3ebeb686417c1cf # v1.0.1 + uses: google-github-actions/deploy-cloud-functions@d8c8efb902ce8702540e8ae3a4d01a5f719c9c30 # v2.0.0 with: name: 'GetOncall' runtime: 'go116'