Skip to content

Commit

Permalink
chore(deps): update graalvm/setup-graalvm action
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 340bc84 commit bfdff7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
distribution: 'oracle'
java-version: '17'
- name: "Set up GRAALVM_HOME for Native Build Tools"
uses: graalvm/setup-graalvm@v1.1.3.1
uses: graalvm/setup-graalvm@v1.1.5.1
with:
distribution: 'graalvm-community'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: "🔧 Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.4
uses: graalvm/setup-graalvm@v1.1.5
with:
distribution: 'graalvm'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit bfdff7e

Please sign in to comment.