Skip to content

Commit

Permalink
Bump graalvm/setup-graalvm from 1.1.5 to 1.2.6
Browse files Browse the repository at this point in the history
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.1.5 to 1.2.6.
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
- [Commits](graalvm/setup-graalvm@v1.1.5...v1.2.6)

---
updated-dependencies:
- dependency-name: graalvm/setup-graalvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 7ee30e0 commit 56a79c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1.1.5
uses: graalvm/setup-graalvm@v1.2.6
with:
version: '${{ env.graalvm_version }}'
java-version: '17'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: microsoft/[email protected]

- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1.1.5
uses: graalvm/setup-graalvm@v1.2.6
with:
version: '${{ env.graalvm_version }}'
java-version: '17'
Expand Down

0 comments on commit 56a79c3

Please sign in to comment.