Skip to content

Commit

Permalink
build(deps): bump graalvm/setup-graalvm from 1.0.10 to 1.0.11
Browse files Browse the repository at this point in the history
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
- [Commits](graalvm/setup-graalvm@v1.0.10...v1.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2023
1 parent 2e5374d commit ef8c981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: "Build native image"
steps:
- uses: "actions/checkout@v3"
- uses: "graalvm/setup-graalvm@v1.0.10"
- uses: "graalvm/setup-graalvm@v1.0.11"
with:
version: "22.1.0"
java-version: "17"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
os: [ "macos-11", "ubuntu-20.04" ]
steps:
- uses: "actions/checkout@v3"
- uses: "graalvm/setup-graalvm@v1.0.10"
- uses: "graalvm/setup-graalvm@v1.0.11"
with:
version: "22.1.0"
java-version: "17"
Expand Down

0 comments on commit ef8c981

Please sign in to comment.