From ac9851a3a240a19d3c9157300d3f655ba877e08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Milojevi=C4=87?= <9573356+nklmilojevic@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:01:41 +0200 Subject: [PATCH] Revert "chore(deps): update github actions (#592)" This reverts commit 3f052803d98efa33a43f1fcc14497b80a3395b4e. --- .github/workflows/release-packages.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-packages.yaml b/.github/workflows/release-packages.yaml index 6f6a259..57b6910 100644 --- a/.github/workflows/release-packages.yaml +++ b/.github/workflows/release-packages.yaml @@ -33,13 +33,13 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: - version: "0.12.15" + version: "0.12.11" python-version: "3.12" - id: matrix run: echo "matrix=$(uv run --locked python scripts/release_packages.py matrix)" >> "$GITHUB_OUTPUT" - uses: dtolnay/rust-toolchain@6bed0761d98439e5a578e2877258200ad565ba87 # stable with: - toolchain: 1.98.1 + toolchain: 1.97.0 - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: key: release-licenses @@ -69,11 +69,11 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: - version: "0.12.15" + version: "0.12.11" python-version: "3.12" - uses: dtolnay/rust-toolchain@6bed0761d98439e5a578e2877258200ad565ba87 # stable with: - toolchain: 1.98.1 + toolchain: 1.97.0 targets: ${{ matrix.target }} - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: