diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d54dac8..f109e27 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true @@ -72,7 +72,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true @@ -105,7 +105,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e3e2e94..08551f9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4 with: install: true cache: true