Skip to content

Commit

Permalink
Update graalvm/setup-graalvm action to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 99223af commit d801ded
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mn-linux-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: "☕️ Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.7
uses: graalvm/setup-graalvm@v1.2.0
with:
version: '22.3.2'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mn-macos-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: "☕️ Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.7
uses: graalvm/setup-graalvm@v1.2.0
with:
version: '22.3.2'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mn-windows-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: "☕️ Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.7
uses: graalvm/setup-graalvm@v1.2.0
with:
version: '22.3.2'
java-version: '17'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
sed -i "s/^projectVersion.*$/projectVersion\=${release_version}/" gradle.properties
echo "release_version=${release_version}" >> $GITHUB_OUTPUT
- name: "☕️ Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.7
uses: graalvm/setup-graalvm@v1.2.0
with:
version: '22.3.2'
java-version: '17'
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
sed -i -e "s/^projectVersion.*$/projectVersion\=${release_version}/" gradle.properties
echo "release_version=${release_version}" >> $GITHUB_OUTPUT
- name: "☕️ Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.7
uses: graalvm/setup-graalvm@v1.2.0
with:
version: '22.3.2'
java-version: '17'
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: "☕️ Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.7
uses: graalvm/setup-graalvm@v1.2.0
with:
version: '22.3.2'
java-version: '17'
Expand Down

0 comments on commit d801ded

Please sign in to comment.