From 7cc16bf335f9f5bd196596876bb20073bb538094 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:27:44 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/run-dbt-tests.yml | 2 +- .github/workflows/upload-dbt-manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-dbt-tests.yml b/.github/workflows/run-dbt-tests.yml index 0620082c..bf9928d8 100644 --- a/.github/workflows/run-dbt-tests.yml +++ b/.github/workflows/run-dbt-tests.yml @@ -117,7 +117,7 @@ jobs: python-version: ${{ inputs.python_version }} - name: Install Mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: install: true cache: false diff --git a/.github/workflows/upload-dbt-manifest.yml b/.github/workflows/upload-dbt-manifest.yml index e50f1e50..48e19d69 100644 --- a/.github/workflows/upload-dbt-manifest.yml +++ b/.github/workflows/upload-dbt-manifest.yml @@ -118,7 +118,7 @@ jobs: python-version: ${{ inputs.python_version }} - name: Install Mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: install: true cache: false