diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 3b42e0125..530372ab1 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -87,7 +87,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: "Install uv" - uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: "Install WASI SDK" run: | wget -q "https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VERSION}/wasi-sdk-${WASI_SDK_FULL_VERSION}-x86_64-linux.tar.gz" @@ -144,7 +144,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: "Install uv" - uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: "Install WASI SDK (Ubuntu)" if: matrix.platform == 'ubuntu-latest' run: | diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 434554fe1..d593aad9f 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -26,7 +26,7 @@ jobs: homebrew-tap permission-contents: write - name: "Download Homebrew formula artifact" - uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 + uses: dawidd6/action-download-artifact@57aa996fc1713cc1579039614f4645a7f4841fd4 # v23 with: workflow: tag_to_draft_release.yml name: homebrew-formula-${{ github.event.release.tag_name }}