diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index d901d79..06da37d 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -35,7 +35,7 @@ jobs: with: persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - name: Install Dependencies id: install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c699a3..61291e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: # `.npmrc` pins `node-linker=hoisted` so the layout is # npm-flat (rollup's `--configPlugin` resolution # requires this). - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: cache: false diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index be0cfcd..c4318a2 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -27,7 +27,7 @@ jobs: submodules: recursive token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }} persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - run: mise run release-plz env: DRY_RUN: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 426b8b3..6384ee0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup mise - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - name: Release run: ./scripts/postversion.sh @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - name: Enhance release notes with communique run: | TAG_NAME="v$(jq -r .version package.json)" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b6d56f..f875f6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - - uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 + - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - run: aube install - run: aubr all test: # make sure the action works on a clean machine without building