Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Sep 20, 2024
1 parent 521795b commit 23ffddf
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 @@ -20,7 +20,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.9
gradle-version: 8.10.1

- name: Test
run: gradle build test
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.9
gradle-version: 8.10.1

- name: Container Images
run: gradle jib dockerImageNative
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.9
gradle-version: 8.10.1

- name: Setup git config
run: |
Expand Down

0 comments on commit 23ffddf

Please sign in to comment.