From 208ae57b2b023443be5c07c220f08998363f57f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 13:35:39 +0000 Subject: [PATCH] Bump jdx/mise-action from 2.2.1 to 2.2.2 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/7a111ead46986ccad89a74ad013ba2a7c08c9e67...c94f0bf9e520b150e34c017db785461f7e71c5fb) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/acceptance-tests.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/github-pages.yaml | 2 +- .github/workflows/lint-rest.yml | 2 +- .github/workflows/native-tests.yml | 2 +- .github/workflows/test-release-build.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index c114d177a..2d02b3497 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -17,6 +17,6 @@ jobs: with: persist-credentials: false uses: actions/checkout@v4 - - uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.1.1 + - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 - name: Run acceptance tests run: mise run acceptance-test diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09cfd7e15..15c844a57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.1.1 + - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 - name: Cache local Maven repository uses: actions/cache@v4 with: diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 5cba7fea6..d92111208 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -36,7 +36,7 @@ jobs: persist-credentials: false fetch-tags: "true" fetch-depth: 0 - - uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.1.1 + - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 with: cache: "false" - name: Prepare GitHub Pages diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index ca5588751..5875a35b4 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -13,6 +13,6 @@ jobs: with: persist-credentials: false uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.1.1 + - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 - name: Lint run: mise run lint-rest diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index d5b3927db..3ba9269ae 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -17,6 +17,6 @@ jobs: with: persist-credentials: false uses: actions/checkout@v4 - - uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.1.1 + - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 - name: Run native tests run: mise run native-test diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index be095e61b..e71cb1a1f 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.1.1 + - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 - name: Cache local Maven repository uses: actions/cache@v4 with: