Skip to content

Commit

Permalink
chore(deps): Update gradle and github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jpenilla committed Jan 20, 2024
1 parent b51bc94 commit 9aecf33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- uses: gradle/gradle-build-action@v2
# gradle-build-action doesn't support caching files in the project dir
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
.gradle/loom-cache
Expand Down

0 comments on commit 9aecf33

Please sign in to comment.