Skip to content

Commit

Permalink
Bump graalvm/setup-graalvm from 1.1.3 to 1.1.4 (#2071)
Browse files Browse the repository at this point in the history
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
- [Commits](graalvm/setup-graalvm@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: graalvm/setup-graalvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 3d109da commit d9346ee
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/[email protected].3
uses: graalvm/[email protected].4
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/[email protected].3
uses: graalvm/[email protected].4
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/[email protected].3
uses: graalvm/[email protected].4
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 @@ -101,7 +101,7 @@ jobs:
sed -i "s/^projectVersion.*$/projectVersion\=${release_version}/" gradle.properties
echo "release_version=${release_version}" >> $GITHUB_OUTPUT
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected].3
uses: graalvm/[email protected].4
with:
version: '22.3.2'
java-version: '17'
Expand Down Expand Up @@ -152,7 +152,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/[email protected].3
uses: graalvm/[email protected].4
with:
version: '22.3.2'
java-version: '17'
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected].3
uses: graalvm/[email protected].4
with:
version: '22.3.2'
java-version: '17'
Expand Down

0 comments on commit d9346ee

Please sign in to comment.