diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 99908ec..e5149b1 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: install mise # yamllint disable-line rule:line-length - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true cache: true diff --git a/.github/workflows/pr_mise_lock.yaml b/.github/workflows/pr_mise_lock.yaml index bc2944d..114bbaa 100644 --- a/.github/workflows/pr_mise_lock.yaml +++ b/.github/workflows/pr_mise_lock.yaml @@ -38,7 +38,7 @@ jobs: permission-contents: write # create releases permission-pull-requests: write # create release pull requests - name: install mise - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true install_args: aqua:int128/ghcp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85da342..daf19c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: install mise # yamllint disable-line rule:line-length - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true cache: true