From 64ea23712fd269ceae4d2bac1c8f280212d3f612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 18:32:29 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action from 3.6.1 to 3.6.3 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3.6.1 to 3.6.3. - [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/6d1e696aa24c1aa1bcc1adea0212707c71ab78a8...5228313ee0372e111a38da051671ca30fc5a96db) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/__lockfile__.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/pr-lint.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/__lockfile__.yml b/.github/workflows/__lockfile__.yml index daf096d..38de6e3 100644 --- a/.github/workflows/__lockfile__.yml +++ b/.github/workflows/__lockfile__.yml @@ -22,4 +22,4 @@ jobs: - name: amannn/action-semantic-pull-request@v6 uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6 - name: jdx/mise-action@v3 - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56eb1fb..2e50247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 10d3fa3..b487364 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 1 - - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 with: experimental: true - name: dotnet restore cache