Skip to content

Commit

Permalink
update gh actions plugins to see if performance can be a bit more rea…
Browse files Browse the repository at this point in the history
…sonable
  • Loading branch information
jillesvangurp committed Jan 13, 2025
1 parent d46314a commit c4f593c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Jave
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 11
cache: gradle
- name: Cache konan
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.konan
key: ${{ runner.os }}-konan
Expand Down

0 comments on commit c4f593c

Please sign in to comment.