Skip to content

Commit

Permalink
Upgrade also PRs and setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier committed Jul 18, 2024
1 parent af341eb commit 0719046
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout code
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: gradle
- uses: burrunan/gradle-cache-action@v1
name: Deploy Release
env:
Expand Down

0 comments on commit 0719046

Please sign in to comment.