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 1436db4 Bump graalvm/setup-graalvm from 1.3.3 to 1.3.4 in the all
group (#342)
1436db4 is described below
commit 1436db4a5db0c1449d73a011dd6ea0e3cfb57db5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 28 09:47:38 2025 +0200
Bump graalvm/setup-graalvm from 1.3.3 to 1.3.4 in the all group (#342)
Bumps the all group with 1 update:
[graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm).
Updates `graalvm/setup-graalvm` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/graalvm/setup-graalvm/releases)
-
[Commits](https://github.com/graalvm/setup-graalvm/compare/01ed653ac833fe80569f1ef9f25585ba2811baab...e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805)
---
updated-dependencies:
- dependency-name: graalvm/setup-graalvm
dependency-version: 1.3.4
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 ce9251a..9cae79d 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@01ed653ac833fe80569f1ef9f25585ba2811baab
# 1.3.3
+ uses: graalvm/setup-graalvm@e1df20a713a4cc6ab5b0eb03f0e0dcdc0199b805
# 1.3.4
with:
java-version: '21'