Skip to content

Commit

Permalink
Update graalvm/setup-graalvm action to v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 93c6a13 commit 94d9c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo /opt/apache-maven-3.9.6/bin >> $GITHUB_PATH
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1.1.5 # !!! this is last version compatible with manylinux 2014
uses: graalvm/setup-graalvm@v1.2.7 # !!! this is last version compatible with manylinux 2014
with:
java-version: '17'
distribution: 'graalvm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo /opt/apache-maven-3.9.6/bin >> $GITHUB_PATH
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1.1.5 # !!! this is last version compatible with manylinux 2014
uses: graalvm/setup-graalvm@v1.2.7 # !!! this is last version compatible with manylinux 2014
with:
java-version: '17'
distribution: 'graalvm'
Expand Down

0 comments on commit 94d9c25

Please sign in to comment.