From 8b9e74bee8f7160e3c724a1b2c7e8d9efce9c7c1 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Fri, 17 Jul 2026 01:16:09 -0700 Subject: [PATCH] ci: align stale mise-action version comments with the pinned tag Co-Authored-By: Claude Fable 5 --- .github/workflows/e2e-binaries.yml | 4 ++-- .github/workflows/publish-assets.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-binaries.yml b/.github/workflows/e2e-binaries.yml index cca6ec2a2..21fcbc63b 100644 --- a/.github/workflows/e2e-binaries.yml +++ b/.github/workflows/e2e-binaries.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup mise - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v2 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: experimental: true @@ -104,7 +104,7 @@ jobs: echo "BINARY_PATH=dist-bun/rulesync-windows-x64.exe" >> "$GITHUB_ENV" - name: Setup mise - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v2 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: experimental: true diff --git a/.github/workflows/publish-assets.yml b/.github/workflows/publish-assets.yml index 3dfe0c72c..be1ab4be8 100644 --- a/.github/workflows/publish-assets.yml +++ b/.github/workflows/publish-assets.yml @@ -42,7 +42,7 @@ jobs: uses: ./.github/actions/git-config - name: Setup mise - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v2 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: experimental: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6a1a774f..47a4ed6d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: ref: main - name: Setup mise - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v2 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: experimental: true