Skip to content

Commit

Permalink
chore(deps): bump graalvm/setup-graalvm from 1.1.4 to 1.1.5
Browse files Browse the repository at this point in the history
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
- [Commits](graalvm/setup-graalvm@v1.1.4...v1.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ArloL committed Nov 6, 2023
1 parent 2ed0229 commit 5cb3e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
REVISION: ${{ needs.version.outputs.new_version }}
steps:
- uses: actions/[email protected]
- uses: graalvm/[email protected].4
- uses: graalvm/[email protected].5
with:
version: ${{ env.GRAALVM_VERSION }}
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
REVISION: ${{ needs.version.outputs.new_version }}
steps:
- uses: actions/[email protected]
- uses: graalvm/[email protected].4
- uses: graalvm/[email protected].5
with:
version: ${{ env.GRAALVM_VERSION }}
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
REVISION: ${{ needs.version.outputs.new_version }}
steps:
- uses: actions/[email protected]
- uses: graalvm/[email protected].4
- uses: graalvm/[email protected].5
with:
version: ${{ env.GRAALVM_VERSION }}
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit 5cb3e7b

Please sign in to comment.