Skip to content

Commit

Permalink
Updated GHActions (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperpONS authored May 8, 2024
1 parent abb2cc7 commit af05ca7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Google auth allows maven to pull artifacts from our registry
# And acquire a token for authenticating with the docker registry
- id: auth
name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
token_format: 'access_token'
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
Expand All @@ -48,7 +48,7 @@ jobs:
password: ${{ steps.auth.outputs.access_token }}

- name: Set Up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
Expand All @@ -64,7 +64,7 @@ jobs:
run: make test

- name: Run Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
# NB: fail_ci_if_error is enabled to make any teething issues with Codecov visible.
Expand Down

0 comments on commit af05ca7

Please sign in to comment.