diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22839b2fa3..a1a481844c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: unix_installer: ${{ steps.unix_installer_changed.outputs.code_any_changed }} win_installer: ${{ steps.win_installer_changed.outputs.code_any_changed }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 @@ -87,7 +87,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Set up pixi uses: prefix-dev/setup-pixi@main with: @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-latest if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Machete uses: bnjbvr/cargo-machete@b54422fa3319b3cac180f6030b663fe57af51635 # v0.8.0 @@ -126,7 +126,7 @@ jobs: name: Cargo Vendor runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: prefix-dev/setup-pixi@main with: cache: ${{ github.ref == 'refs/heads/main' }} @@ -141,7 +141,7 @@ jobs: check-cli-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: prefix-dev/setup-pixi@main - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 @@ -177,7 +177,7 @@ jobs: if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} runs-on: 8core_ubuntu_latest_runner steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: prefix-dev/setup-pixi@main with: cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} @@ -199,7 +199,7 @@ jobs: if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} runs-on: macos-14 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: prefix-dev/setup-pixi@main with: cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} @@ -221,7 +221,7 @@ jobs: if: ${{ needs.determine_changes.outputs.code == 'true' && github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'test:extra_slow')}} # Only run on the main branch runs-on: macos-13 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: prefix-dev/setup-pixi@main with: cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} @@ -244,7 +244,7 @@ jobs: runs-on: windows_x64_2025_large steps: # We don't use the dev drive here since we run out of space otherwise - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Create Dev Drive run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 - uses: prefix-dev/setup-pixi@main @@ -272,8 +272,8 @@ jobs: runs-on: 8core_ubuntu_latest_runner name: "build binary | linux x86_64" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: rui314/setup-mold@702b1908b5edf30d71a8d1666b724e0f0c6fa035 # v1 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d # v1 - name: "Setup musl" run: | sudo apt-get install musl-tools @@ -299,8 +299,8 @@ jobs: runs-on: macos-14 name: "build binary | macos aarch64" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: rui314/setup-mold@702b1908b5edf30d71a8d1666b724e0f0c6fa035 # v1 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d # v1 - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 - name: "Build" run: > @@ -321,8 +321,8 @@ jobs: runs-on: macos-13 name: "build binary | macos x86_64" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: rui314/setup-mold@702b1908b5edf30d71a8d1666b724e0f0c6fa035 # v1 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: rui314/setup-mold@7344740a9418dcdcb481c7df83d9fbd1d5072d7d # v1 - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 - name: "Build" run: > @@ -343,7 +343,7 @@ jobs: runs-on: windows_x64_2025_large name: "build binary | windows x86_64" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Create Dev Drive run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 - name: Copy Git Repo to Dev Drive @@ -373,7 +373,7 @@ jobs: runs-on: windows-latest name: "build binary | windows aarch64" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Create Dev Drive run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 - name: Copy Git Repo to Dev Drive @@ -411,7 +411,7 @@ jobs: env: TARGET_RELEASE: "target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Create Dev Drive run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 - name: Copy Git Repo to Dev Drive @@ -439,7 +439,7 @@ jobs: env: TARGET_RELEASE: "${{ github.workspace }}/target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download binary from build uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: @@ -463,7 +463,7 @@ jobs: env: TARGET_RELEASE: "${{ github.workspace }}/target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download binary from build uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: @@ -488,7 +488,7 @@ jobs: env: TARGET_RELEASE: "target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Create Dev Drive run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 - name: Copy Git Repo to Dev Drive @@ -523,7 +523,7 @@ jobs: env: TARGET_RELEASE: "${{ github.workspace }}/target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download binary from build uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: @@ -557,7 +557,7 @@ jobs: env: TARGET_RELEASE: "${{ github.workspace }}/target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download binary from build uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: @@ -592,7 +592,7 @@ jobs: env: TARGET_RELEASE: "target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Create Dev Drive run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 - name: Copy Git Repo to Dev Drive @@ -612,7 +612,7 @@ jobs: run: pixi install -vvv --locked - name: Checkout Deltares/Ribasim - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: Deltares/Ribasim path: ribasim @@ -623,7 +623,7 @@ jobs: working-directory: ${{ env.PIXI_WORKSPACE }}/ribasim - name: Checkout quantco/polarify - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: quantco/polarify path: polarify @@ -649,7 +649,7 @@ jobs: env: TARGET_RELEASE: "${{ github.workspace }}/target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download binary from build uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: @@ -667,7 +667,7 @@ jobs: run: pixi install -vvv --locked - name: "Checkout Deltares/Ribasim" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: Deltares/Ribasim path: ribasim @@ -676,7 +676,7 @@ jobs: working-directory: ribasim - name: "Checkout quantco/polarify" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: quantco/polarify path: polarify @@ -697,7 +697,7 @@ jobs: env: TARGET_RELEASE: "${{ github.workspace }}/target/pixi/release" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download binary from build uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: @@ -715,7 +715,7 @@ jobs: run: pixi install -vvv --locked - name: "Checkout nerfstudio-project/nerfstudio" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: nerfstudio-project/nerfstudio path: nerfstudio @@ -725,7 +725,7 @@ jobs: working-directory: nerfstudio - name: "Checkout Deltares/Ribasim" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: Deltares/Ribasim path: ribasim @@ -734,7 +734,7 @@ jobs: working-directory: ribasim - name: "Checkout quantco/polarify" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: quantco/polarify path: polarify @@ -793,7 +793,7 @@ jobs: runs-on: ${{ matrix.os }} if: ${{ needs.determine_changes.outputs.unix_installer == 'true' }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: "Install" run: | uname -a @@ -808,7 +808,7 @@ jobs: runs-on: ubuntu-latest if: ${{ needs.determine_changes.outputs.unix_installer == 'true' }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup latest Alpine Linux uses: jirutka/setup-alpine@de807bada44fc7dce6bbd00672b92827aa5f3c99 # v1 - name: "Install" @@ -827,7 +827,7 @@ jobs: runs-on: ubuntu-latest if: ${{ needs.determine_changes.outputs.unix_installer == 'true' }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup latest Alpine Linux uses: jirutka/setup-alpine@cf5fddcea495dcc19c0f991c6f6fa6a7abf3d50a # v1 - name: "Install" @@ -848,7 +848,7 @@ jobs: runs-on: windows-latest if: ${{ needs.determine_changes.outputs.unix_installer == 'true' }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup ucrt64 msys2 uses: msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2 with: @@ -870,7 +870,7 @@ jobs: runs-on: windows-latest if: ${{ needs.determine_changes.outputs.unix_installer == 'true' }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup ucrt64 msys2 uses: msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2 with: @@ -892,7 +892,7 @@ jobs: env: PIXI_REPOURL: "https://github.com/prefix-dev/pixi/" steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup ucrt64 msys2 uses: msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2 with: @@ -914,7 +914,7 @@ jobs: runs-on: ubuntu-latest needs: build-binary-linux-x86_64 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: prefix-dev/pixi-build-testsuite @@ -948,7 +948,7 @@ jobs: runs-on: windows-latest needs: build-binary-windows-x86_64 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: prefix-dev/pixi-build-testsuite @@ -989,7 +989,7 @@ jobs: runs-on: macos-14 needs: build-binary-macos-aarch64 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: prefix-dev/pixi-build-testsuite diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 80f3556ed0..c7ead5f6dd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: submodules: recursive @@ -60,7 +60,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: # fetch everything so we can checkout the tag fetch-depth: 0 @@ -101,7 +101,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: # fetch everything so we can checkout the tag fetch-depth: 0 diff --git a/.github/workflows/enforce-sha.yaml b/.github/workflows/enforce-sha.yaml index 3743d48e79..8ab5e71470 100644 --- a/.github/workflows/enforce-sha.yaml +++ b/.github/workflows/enforce-sha.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5b5a97953d987372e74478de634726b3e5 # v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a5f44ea6e..7e4e539546 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: submodules: recursive # Turn back on when we're on the released version of dist @@ -143,7 +143,7 @@ jobs: - name: enable windows longpaths run: | git config --global core.longpaths true - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: submodules: recursive @@ -229,7 +229,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: submodules: recursive - name: Install cached dist @@ -278,7 +278,7 @@ jobs: outputs: val: ${{ steps.host.outputs.manifest }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: submodules: recursive - name: Install cached dist @@ -399,7 +399,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: submodules: recursive # Create a GitHub Release while uploading all files to it diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index dfa023a959..84771d144e 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -21,7 +21,7 @@ jobs: test-schema: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - uses: prefix-dev/setup-pixi@main with: cache: true diff --git a/.github/workflows/test_common_wheels.yml b/.github/workflows/test_common_wheels.yml index 24f49d43fe..5918967390 100644 --- a/.github/workflows/test_common_wheels.yml +++ b/.github/workflows/test_common_wheels.yml @@ -31,7 +31,7 @@ jobs: PYTEST_ADDOPTS: "--color=yes" steps: - name: Checkout repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: ref: ${{ inputs.sha }} - name: Create Dev Drive using ReFS diff --git a/.github/workflows/trampoline.yaml b/.github/workflows/trampoline.yaml index 57bc425e1e..4e50652abf 100644 --- a/.github/workflows/trampoline.yaml +++ b/.github/workflows/trampoline.yaml @@ -60,12 +60,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 # Fetch full history so we have branch information - name: Set up Rust - uses: taiki-e/setup-cross-toolchain-action@0123528f956f923e7a476f4cc04882bc005e7c89 # v1 + uses: taiki-e/setup-cross-toolchain-action@4c366193ea262ae0c17c6b79c3edc3d4f1394263 # v1 with: target: ${{ matrix.target }} @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Download all binaries uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 diff --git a/trampoline/binaries/pixi-trampoline-aarch64-apple-darwin.zst b/trampoline/binaries/pixi-trampoline-aarch64-apple-darwin.zst index f548f9142b..d72797092a 100644 Binary files a/trampoline/binaries/pixi-trampoline-aarch64-apple-darwin.zst and b/trampoline/binaries/pixi-trampoline-aarch64-apple-darwin.zst differ diff --git a/trampoline/binaries/pixi-trampoline-aarch64-pc-windows-msvc.exe.zst b/trampoline/binaries/pixi-trampoline-aarch64-pc-windows-msvc.exe.zst index 8a80a3c0e5..b555893a4d 100644 Binary files a/trampoline/binaries/pixi-trampoline-aarch64-pc-windows-msvc.exe.zst and b/trampoline/binaries/pixi-trampoline-aarch64-pc-windows-msvc.exe.zst differ diff --git a/trampoline/binaries/pixi-trampoline-aarch64-unknown-linux-musl.zst b/trampoline/binaries/pixi-trampoline-aarch64-unknown-linux-musl.zst index ba3efec275..521525661c 100644 Binary files a/trampoline/binaries/pixi-trampoline-aarch64-unknown-linux-musl.zst and b/trampoline/binaries/pixi-trampoline-aarch64-unknown-linux-musl.zst differ diff --git a/trampoline/binaries/pixi-trampoline-loongarch64-unknown-linux-gnu.zst b/trampoline/binaries/pixi-trampoline-loongarch64-unknown-linux-gnu.zst new file mode 100644 index 0000000000..255786cbf7 Binary files /dev/null and b/trampoline/binaries/pixi-trampoline-loongarch64-unknown-linux-gnu.zst differ diff --git a/trampoline/binaries/pixi-trampoline-powerpc64le-unknown-linux-gnu.zst b/trampoline/binaries/pixi-trampoline-powerpc64le-unknown-linux-gnu.zst index 9572915049..efb288f82b 100644 Binary files a/trampoline/binaries/pixi-trampoline-powerpc64le-unknown-linux-gnu.zst and b/trampoline/binaries/pixi-trampoline-powerpc64le-unknown-linux-gnu.zst differ diff --git a/trampoline/binaries/pixi-trampoline-riscv64gc-unknown-linux-gnu.zst b/trampoline/binaries/pixi-trampoline-riscv64gc-unknown-linux-gnu.zst index 5aee8f6715..7ac35292a4 100644 Binary files a/trampoline/binaries/pixi-trampoline-riscv64gc-unknown-linux-gnu.zst and b/trampoline/binaries/pixi-trampoline-riscv64gc-unknown-linux-gnu.zst differ diff --git a/trampoline/binaries/pixi-trampoline-x86_64-apple-darwin.zst b/trampoline/binaries/pixi-trampoline-x86_64-apple-darwin.zst index d6b256ddcd..db2b8dde50 100644 Binary files a/trampoline/binaries/pixi-trampoline-x86_64-apple-darwin.zst and b/trampoline/binaries/pixi-trampoline-x86_64-apple-darwin.zst differ diff --git a/trampoline/binaries/pixi-trampoline-x86_64-pc-windows-msvc.exe.zst b/trampoline/binaries/pixi-trampoline-x86_64-pc-windows-msvc.exe.zst index 91911b8044..78a9b63f5d 100644 Binary files a/trampoline/binaries/pixi-trampoline-x86_64-pc-windows-msvc.exe.zst and b/trampoline/binaries/pixi-trampoline-x86_64-pc-windows-msvc.exe.zst differ diff --git a/trampoline/binaries/pixi-trampoline-x86_64-unknown-linux-musl.zst b/trampoline/binaries/pixi-trampoline-x86_64-unknown-linux-musl.zst index d3b815f212..9a633f645c 100644 Binary files a/trampoline/binaries/pixi-trampoline-x86_64-unknown-linux-musl.zst and b/trampoline/binaries/pixi-trampoline-x86_64-unknown-linux-musl.zst differ