From 7fdc67415e14cef35e76732c7cf8eacd39ed1b43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:23:20 +0000 Subject: [PATCH] chore(deps): update all patch versions --- .github/workflows/oats-tests.yml | 2 +- .github/workflows/reusable-link-check.yml | 2 +- .github/workflows/reusable-markdown-lint.yml | 2 +- spring-native/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/oats-tests.yml b/.github/workflows/oats-tests.yml index a382cbed2..5ff693e49 100644 --- a/.github/workflows/oats-tests.yml +++ b/.github/workflows/oats-tests.yml @@ -35,7 +35,7 @@ jobs: with: cache-read-only: ${{ github.event_name == 'pull_request' }} - - uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1 - name: Run OATS tests run: mise run oats-tests diff --git a/.github/workflows/reusable-link-check.yml b/.github/workflows/reusable-link-check.yml index 55383653c..7ca5b29d0 100644 --- a/.github/workflows/reusable-link-check.yml +++ b/.github/workflows/reusable-link-check.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # needed for merge-base used in lint:links-in-modified-files - - uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1 - name: Link check for pull requests if: github.event_name == 'pull_request' diff --git a/.github/workflows/reusable-markdown-lint.yml b/.github/workflows/reusable-markdown-lint.yml index 66082ad51..1e38efc7b 100644 --- a/.github/workflows/reusable-markdown-lint.yml +++ b/.github/workflows/reusable-markdown-lint.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1 - name: Run markdownlint run: | diff --git a/spring-native/build.gradle.kts b/spring-native/build.gradle.kts index 23cb17196..806fbe5fb 100644 --- a/spring-native/build.gradle.kts +++ b/spring-native/build.gradle.kts @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { id("java") id("org.springframework.boot") version "3.5.9" - id("org.graalvm.buildtools.native") version "0.11.3" + id("org.graalvm.buildtools.native") version "0.11.4" } description = "OpenTelemetry Example for Spring native images"