Просмотр исходного кода

Merge pull request #9557 from weseek/dependabot/github_actions/google-github-actions/auth-2

ci(deps): bump google-github-actions/auth from 1 to 2
Yuki Takei 1 год назад
Родитель
Сommit
206b18458b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/release-slackbot-proxy.yml

+ 1 - 1
.github/workflows/release-slackbot-proxy.yml

@@ -36,7 +36,7 @@ jobs:
         echo ${{ secrets. DOCKER_REGISTRY_PASSWORD }} | docker login --username wsmoogle --password-stdin
 
     - name: Authenticate to Google Cloud for GROWI.cloud
-      uses: google-github-actions/auth@v1
+      uses: google-github-actions/auth@v2
       with:
         credentials_json: '${{ secrets.GCP_SA_KEY_SLACKBOT_PROXY }}'