diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 695aee0..b640149 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -135,7 +135,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} run: cargo binstall -y hyperfine - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Install uv uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 diff --git a/.github/workflows/bump-n-release.yml b/.github/workflows/bump-n-release.yml index fe0b9d2..d5d7a8f 100644 --- a/.github/workflows/bump-n-release.yml +++ b/.github/workflows/bump-n-release.yml @@ -74,7 +74,7 @@ jobs: --no-default-features --features set-version - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Bump ${{ inputs.component }} version env: GITHUB_TOKEN: ${{ secrets.BUMP_N_RELEASE }} @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Get changed packages id: get-pkgs shell: nu {0} @@ -124,7 +124,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Generate a release notes env: PKG: ${{ matrix.pkg }} diff --git a/.github/workflows/run-dev-tests.yml b/.github/workflows/run-dev-tests.yml index 66ee9d2..e95a5da 100644 --- a/.github/workflows/run-dev-tests.yml +++ b/.github/workflows/run-dev-tests.yml @@ -101,7 +101,7 @@ jobs: run: sudo apt-get update - name: Install nushell - uses: hustcer/setup-nu@ccd5bb5426b05a32009c2ba967946231f3919c97 # v3.25 + uses: hustcer/setup-nu@f3fd65374ffc4d60974c0dd2f7263c6c5c285f81 # v3.26 - name: Restore build script seed uses: actions/download-artifact@v8