Skip to content

Commit

Permalink
Bump graalvm/setup-graalvm from 1.2.5 to 1.2.6 (#2658)
Browse files Browse the repository at this point in the history
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
- [Commits](graalvm/setup-graalvm@v1.2.5...v1.2.6)

---
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 Nov 22, 2024
1 parent 3c06140 commit 37eab57
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: graalvm/[email protected].5
- uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
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].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
4 changes: 2 additions & 2 deletions .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].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
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].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
8 changes: 4 additions & 4 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/[email protected].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
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/[email protected].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down Expand Up @@ -208,7 +208,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].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: "☕️ Setup GraalVM CE"
uses: graalvm/[email protected].5
uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down

0 comments on commit 37eab57

Please sign in to comment.