Skip to content

Commit

Permalink
Merge branch '6.0.x' into setup-graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Sep 23, 2023
2 parents 66ddd65 + 5e27f5c commit 53adde8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
- name: Setup GraalVM CE
uses: graalvm/setup-graalvm@v1.0.12
with:
version: '21.3.0'
version: '21.3.3.1'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
- name: Setup GraalVM CE
uses: graalvm/setup-graalvm@v1.0.12
with:
version: '21.3.0'
version: '21.3.3.1'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
- name: Setup GraalVM CE
uses: graalvm/setup-graalvm@v1.0.12
with:
version: '21.3.0'
version: '21.3.3.1'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Setup GraalVM CE
uses: graalvm/setup-graalvm@v1.0.12
with:
version: '21.3.0'
version: '21.3.3.1'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Setup GraalVM CE
uses: graalvm/setup-graalvm@v1.0.12
with:
version: '21.3.0'
version: '21.3.3.1'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Setup GraalVM CE
uses: graalvm/setup-graalvm@v1.0.12
with:
version: '21.3.0'
version: '21.3.3.1'
java-version: '11'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 53adde8

Please sign in to comment.