Skip to content

Commit

Permalink
Utilise GraalVM 22.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Nov 6, 2023
1 parent c692763 commit 1ad9797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.2'
version: '22.3.3'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.2'
version: '22.3.3'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1ad9797

Please sign in to comment.