Skip to content

Commit

Permalink
Update actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad authored May 5, 2024
1 parent 368919e commit 23a1030
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand All @@ -43,4 +43,6 @@ jobs:
run: ./gradlew jacocoTestReport

- name: Call Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 23a1030

Please sign in to comment.