Skip to content

Commit

Permalink
chore: Bump graalvm/setup-graalvm from 1.1.8.2 to 1.2.1 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 1f40427 commit d4f8988
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/setup-graalvm@v1.1.8.2
uses: graalvm/setup-graalvm@v1.2.1
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/setup-graalvm@v1.1.8.2
uses: graalvm/setup-graalvm@v1.2.1
with:
distribution: 'graalvm'
java-version: 17
Expand Down

0 comments on commit d4f8988

Please sign in to comment.