Skip to content

Commit

Permalink
Merge pull request #464 from okta/dependabot/github_actions/graalvm/s…
Browse files Browse the repository at this point in the history
…etup-graalvm-1.1.3

Bump graalvm/setup-graalvm from 1.1.2 to 1.1.3
  • Loading branch information
arvindkrishnakumar-okta authored Sep 19, 2023
2 parents dc9061c + 4a6d877 commit 9a047f7
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@v3

- name: Set up GraalVM
uses: graalvm/[email protected].2
uses: graalvm/[email protected].3
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/[email protected].2
uses: graalvm/[email protected].3
with:
version: '${{ env.graalvm_version }}'
java-version: '17'
Expand Down

0 comments on commit 9a047f7

Please sign in to comment.