Skip to content

Commit

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

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

- name: Setup Google Cloud CLI
uses: 'google-github-actions/setup-gcloud@v1'
uses: 'google-github-actions/setup-gcloud@v2'
- name: Get project version
run: |
echo "PROJECT_VERSION=$(./gradlew properties -q | awk '/^version:/ {print $2}')" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ontology-check-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
international: ${{steps.international.outputs.value}}
steps:
- name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v4'
with:
credentials_json: '${{ secrets.GCLOUD_SA_KEY }}'

- name: Setup Google Cloud CLI
uses: 'google-github-actions/setup-gcloud@v1'
uses: 'google-github-actions/setup-gcloud@v2'

- name: Install jq
run: sudo apt-get install jq
Expand Down

0 comments on commit 59596ce

Please sign in to comment.