Skip to content

Commit

Permalink
Use more recent version of DeLaGuardo/setup-graalvm action
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 17, 2020
1 parent da6613e commit ac0e755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV

- name: setup-graalvm-ce
uses: DeLaGuardo/setup-graalvm@3
uses: DeLaGuardo/setup-graalvm@8bbfe44ef9c6f5c07e5af036a1bffd561c037d18
with:
graalvm-version: ${{ env.GRAALVM_VERSION }}

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
steps:

- name: setup-graalvm-ce
uses: DeLaGuardo/setup-graalvm@3
uses: DeLaGuardo/setup-graalvm@8bbfe44ef9c6f5c07e5af036a1bffd561c037d18
with:
graalvm-version: ${{ env.GRAALVM_VERSION }}

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: echo "VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV

- name: setup-graalvm-ce
uses: DeLaGuardo/setup-graalvm@3
uses: DeLaGuardo/setup-graalvm@8bbfe44ef9c6f5c07e5af036a1bffd561c037d18
with:
graalvm-version: ${{ env.GRAALVM_VERSION }}

Expand Down

0 comments on commit ac0e755

Please sign in to comment.