From cf24ed940d82a161784769a88b5c486e0b6c14b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:47:20 +0000 Subject: [PATCH] chore(ci): Update GitHub Actions --- .github/workflows/bump-pixi.yml | 4 ++-- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/enforce-sha.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bump-pixi.yml b/.github/workflows/bump-pixi.yml index 0225d07..76cf7ef 100644 --- a/.github/workflows/bump-pixi.yml +++ b/.github/workflows/bump-pixi.yml @@ -13,8 +13,8 @@ jobs: bump-pixi: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: prefix-dev/setup-pixi@v0.9.6 - run: pixi run create-pixi-update-pr env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ee866..1dc0eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" ACTIONS_CACHE_SERVICE_V2: on steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Configure sccache uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: @@ -31,7 +31,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 - name: Run lint check run: pixi run lint @@ -52,7 +52,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" ACTIONS_CACHE_SERVICE_V2: on steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Configure sccache uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: @@ -60,7 +60,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: environments: packaging @@ -84,7 +84,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" ACTIONS_CACHE_SERVICE_V2: on steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Configure sccache uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: @@ -92,7 +92,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - - uses: prefix-dev/setup-pixi@v0.9.5 + - uses: prefix-dev/setup-pixi@v0.9.6 with: environments: packaging diff --git a/.github/workflows/enforce-sha.yaml b/.github/workflows/enforce-sha.yaml index bd79e69..9f80371 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@ca46236c6ce584ae24bc6283ba8dcf4b3ec8a066 # v5 with: