Skip to content

Commit

Permalink
v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed May 30, 2024
1 parent 3700f6a commit 77c8099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '21'
distribution: 'adopt'
- name: Setup Gradle 8.5
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
gradle-version: 8.5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jeorg-kotlin-test-drives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '21'
distribution: 'adopt'
- name: Setup Gradle 8.5
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
gradle-version: 8.5
- name: All Build
Expand Down

0 comments on commit 77c8099

Please sign in to comment.