diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index add06f3..1a36c60 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@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: true cache: true diff --git a/.github/workflows/pr_mise_lock.yaml b/.github/workflows/pr_mise_lock.yaml index e60144b..134806e 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@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: true install_args: aqua:int128/ghcp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1853370..b04a4a0 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@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: install: true cache: true