Skip to content

Commit

Permalink
chore(deps): update graalvm/setup-graalvm action to v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 14, 2024
1 parent 03a57b7 commit ff9e19c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Setup GraalVM CE
uses: graalvm/[email protected].5
uses: graalvm/[email protected].9
with:
version: '21.3.3.1'
java-version: '11'
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Setup GraalVM CE
uses: graalvm/[email protected].5
uses: graalvm/[email protected].9
with:
version: '21.3.3.1'
java-version: '11'
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
ref: v${{ needs.build.outputs.release_version }}
token: ${{ secrets.GH_TOKEN }}
- name: Setup GraalVM CE
uses: graalvm/[email protected].5
uses: graalvm/[email protected].9
with:
version: '21.3.3.1'
java-version: '11'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup GraalVM CE
uses: graalvm/[email protected].5
uses: graalvm/[email protected].9
with:
version: '21.3.3.1'
java-version: '11'
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup GraalVM CE
uses: graalvm/[email protected].5
uses: graalvm/[email protected].9
with:
version: '21.3.3.1'
java-version: '11'
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup GraalVM CE
uses: graalvm/[email protected].5
uses: graalvm/[email protected].9
with:
version: '21.3.3.1'
java-version: '11'
Expand Down

0 comments on commit ff9e19c

Please sign in to comment.