Skip to content

Commit

Permalink
pin graalvm github action to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jun 24, 2023
1 parent 51264fb commit c0282ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Setup GraalVM CE
uses: graalvm/setup-graalvm@v1
uses: graalvm/setup-graalvm@v1.0.12
with:
version: ${{ matrix.graalvm }}
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit c0282ff

Please sign in to comment.