Skip to content

Commit 64f8028

Browse files
committed
CI: bump rust-cache, stale, setup-python, Python
rust-cache: v2.7.8 → v2.9.1 released on 12/03/2026 https://github.com/Swatinem/rust-cache/releases/tag/v2.9.1 stale: v9 → v10.3.0 released on 20/05/2026 https://github.com/actions/stale/releases/tag/v10.3.0 setup-python: v5 → v6 released on 03/06/2026 https://github.com/actions/setup-python/releases/tag/v6.3.0 Python: 3.8 → 3.14 released on 07/10/2025 https://python.org/downloads/release/python-3140/
1 parent cadabb2 commit 64f8028

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Setup Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
38-
python-version: 3.8
38+
python-version: 3.14
3939
- name: Audit licenses
4040
run: ./dev/release/run-rat.sh .

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: ./.github/actions/setup-builder
9797
with:
9898
rust-version: ${{ matrix.rust }}
99-
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
99+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
100100
- name: Install Tarpaulin
101101
run: cargo install cargo-tarpaulin
102102
- name: Test

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
issues: write
2828
pull-requests: write
2929
steps:
30-
- uses: actions/stale@v9
30+
- uses: actions/stale@v10
3131
with:
3232
stale-pr-message: "Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days."
3333
days-before-pr-stale: 60

0 commit comments

Comments
 (0)