From fc1e269e3bd9166b5521a1d0f06b320785fb43d7 Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:29:32 +0200 Subject: [PATCH] Update workflow versions --- .github/workflows/clean_template.yml | 2 +- .github/workflows/lint_benchmarks.yml | 4 ++-- .github/workflows/test_benchmarks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clean_template.yml b/.github/workflows/clean_template.yml index 11efa87..a5ccf81 100644 --- a/.github/workflows/clean_template.yml +++ b/.github/workflows/clean_template.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.13' - name: Clean template scripts run: | python clean_template.py diff --git a/.github/workflows/lint_benchmarks.yml b/.github/workflows/lint_benchmarks.yml index 60c3ac4..981cae8 100644 --- a/.github/workflows/lint_benchmarks.yml +++ b/.github/workflows/lint_benchmarks.yml @@ -20,10 +20,10 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v6 with: - python-version: 3.8 + python-version: 3.13 - name: Lint with ${{ inputs.linter }} run: | diff --git a/.github/workflows/test_benchmarks.yml b/.github/workflows/test_benchmarks.yml index 6f6c587..36a776a 100644 --- a/.github/workflows/test_benchmarks.yml +++ b/.github/workflows/test_benchmarks.yml @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Conda - uses: conda-incubator/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true miniforge-version: latest