From 70a63cf7eb33f9154d7301d6e923c9b0c5220a4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:44:58 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v2.1.6 --- .github/workflows/codegen_check.yaml | 2 +- .github/workflows/integration-test.yaml | 2 +- .github/workflows/sonarcloud.yaml | 2 +- .github/workflows/update-cache.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codegen_check.yaml b/.github/workflows/codegen_check.yaml index f587230..4fd594c 100644 --- a/.github/workflows/codegen_check.yaml +++ b/.github/workflows/codegen_check.yaml @@ -26,7 +26,7 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2.1.4 + - uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6 with: experimental: true - id: generate diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 2dec91c..5f7a249 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -17,7 +17,7 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2.1.4 + - uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6 with: experimental: true - name: 'Login to GitHub Container Registry' diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index 6e38aa7..00e5e45 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -23,7 +23,7 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2.1.4 + - uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6 with: experimental: true - run: mise run dev:lint --no-fail diff --git a/.github/workflows/update-cache.yaml b/.github/workflows/update-cache.yaml index 54c4e4b..6cddfc8 100644 --- a/.github/workflows/update-cache.yaml +++ b/.github/workflows/update-cache.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: cache mise - uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2.1.4 + uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6 with: experimental: true cache: true