๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: update actions version

+4 -4
+4 -4
.github/workflows/deploy.yaml
··· 14 14 id-token: 'write' 15 15 16 16 steps: 17 - - uses: 'actions/checkout@v4' 17 + - uses: actions/checkout@v6 18 18 19 - - uses: 'google-github-actions/auth@v2' 19 + - uses: google-github-actions/auth@v3 20 20 with: 21 21 project_id: shuuji3 22 22 workload_identity_provider: 'projects/1012658349987/locations/global/workloadIdentityPools/identity-pool/providers/github-actions' 23 23 service_account: shuuji3-xyz@shuuji3.iam.gserviceaccount.com 24 24 25 - - id: 'deploy' 26 - uses: 'google-github-actions/deploy-cloudrun@v2' 25 + - id: deploy 26 + uses: google-github-actions/deploy-cloudrun@v3 27 27 with: 28 28 region: asia-east1 29 29 service: shuuji3-xyz