Skip to content

Commit

Permalink
chore: Bump graalvm/setup-graalvm from 1.2.2 to 1.2.5
Browse files Browse the repository at this point in the history
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.2.2 to 1.2.5.
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
- [Commits](graalvm/setup-graalvm@v1.2.2...v1.2.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent bb27e20 commit 7ca6e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: ilammy/[email protected]

- name: Setup GraalVM
uses: graalvm/[email protected].2
uses: graalvm/[email protected].5
with:
distribution: 'graalvm'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: ilammy/[email protected]

- name: Setup GraalVM
uses: graalvm/[email protected].2
uses: graalvm/[email protected].5
with:
distribution: 'graalvm'
java-version: 17
Expand Down

0 comments on commit 7ca6e79

Please sign in to comment.