Skip to content

Commit

Permalink
build: Align GraalVM versions on GH flow with dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Aug 1, 2023
1 parent 6198532 commit e091a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
version: '22.3.1'
version: '23.0.1'
java-version: '17'
components: 'native-image,js'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e091a4c

Please sign in to comment.