Skip to content

Commit

Permalink
updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
iimpulse committed Jun 12, 2024
1 parent 59596ce commit 088bc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ontology-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
java-version: 17

- name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v4'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCLOUD_SA_KEY }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ontology-check-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
international: ${{steps.international.outputs.value}}
steps:
- name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v4'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCLOUD_SA_KEY }}'

Expand Down

0 comments on commit 088bc13

Please sign in to comment.