From 9bb759cec0162fa848b5f3b9f9a63d3721de354c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:28:58 +0000 Subject: [PATCH] fix(deps): bump jdx/mise-action from 4.2.3 to 4.2.4 in the all group Bumps the all group with 1 update: [jdx/mise-action](https://github.com/jdx/mise-action). Updates `jdx/mise-action` from 4.2.3 to 4.2.4 - [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/v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 2 +- .github/workflows/lint-and-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6f490c46..bb4cf419 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Mise - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 # The E2E specs only read seeded data, so Postgres + Redis is all the API # needs — no worker, S3, mail or demo shop required. diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index fd49032f..fe5b4c8f 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Mise - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 - name: Install Dependencies run: mise run setup @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Mise - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 - name: Install Dependencies run: mise run setup