diff --git a/.github/workflows/command-ref.yaml b/.github/workflows/command-ref.yaml index bdc6830..7795f44 100644 --- a/.github/workflows/command-ref.yaml +++ b/.github/workflows/command-ref.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Check the command reference run: uvx --from rust-just@1.58.0 just command-ref diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml index 356e622..3707a16 100644 --- a/.github/workflows/deps.yaml +++ b/.github/workflows/deps.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Check uv.lock run: uv lock --check diff --git a/.github/workflows/functional-full.yaml b/.github/workflows/functional-full.yaml index da888f7..ee5989c 100644 --- a/.github/workflows/functional-full.yaml +++ b/.github/workflows/functional-full.yaml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run functional tests env: UV_PYTHON: ${{ matrix.python-version }} diff --git a/.github/workflows/functional-limited.yaml b/.github/workflows/functional-limited.yaml index 1854b99..925b300 100644 --- a/.github/workflows/functional-limited.yaml +++ b/.github/workflows/functional-limited.yaml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run functional tests env: UV_PYTHON: '3.10' diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ef1c37c..bb8603c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,6 +16,6 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Lint the code run: uvx --from rust-just@1.58.0 just lint diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2b62eca..1e83103 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false # Avoid cache poisoning when publishing. - name: Build package diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 38562a0..3e720f3 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run unit tests env: UV_PYTHON: ${{ matrix.python-version }} diff --git a/.github/workflows/uvx.yaml b/.github/workflows/uvx.yaml index e085384..acb0402 100644 --- a/.github/workflows/uvx.yaml +++ b/.github/workflows/uvx.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run gimmegit run: | set -x diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 2169375..90193fa 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Run zizmor run: uv run zizmor --format=sarif . > workflows.sarif env: