This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 85c4bf9 Bump graalvm/setup-graalvm from 1.3.4 to 1.3.5 in the all
group (#354)
85c4bf9 is described below
commit 85c4bf95d1c4e46e12d869a20274d1080d109b18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 28 07:04:23 2025 +0200
Bump graalvm/setup-graalvm from 1.3.4 to 1.3.5 in the all group (#354)
Bumps the all group with 1 update:
[graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm).
Updates `graalvm/setup-graalvm` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
-
[Commits](https://github.com/graalvm/setup-graalvm/compare/e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805...7f488cf82a3629ee755e4e97342c01d6bed318fa)
---
updated-dependencies:
- dependency-name: graalvm/setup-graalvm
dependency-version: 1.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/graalvm-reusable-test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/graalvm-reusable-test.yaml
b/.github/workflows/graalvm-reusable-test.yaml
index 9cae79d..a4c5fb7 100644
--- a/.github/workflows/graalvm-reusable-test.yaml
+++ b/.github/workflows/graalvm-reusable-test.yaml
@@ -56,7 +56,7 @@ jobs:
ref: ${{ inputs.samples-ref }}
- name: Setup GraalVM
- uses: graalvm/setup-graalvm@e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805
# 1.3.4
+ uses: graalvm/setup-graalvm@7f488cf82a3629ee755e4e97342c01d6bed318fa
# 1.3.5
with:
java-version: '21'