From 5069913aa41e6ccfb4a06e4375e3304d91eb5b5b Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Sat, 4 Oct 2025 23:46:40 +0200 Subject: [PATCH] chore: update actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/coverage_readme.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad48aa..4063e10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,10 +24,10 @@ jobs: working-directory: . steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/coverage_readme.yml b/.github/workflows/coverage_readme.yml index eb5db29..951c1ec 100644 --- a/.github/workflows/coverage_readme.yml +++ b/.github/workflows/coverage_readme.yml @@ -17,13 +17,13 @@ jobs: update-coverage-on-readme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false fetch-depth: 0 - name: Set up Python 3.13 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.13 cache: 'pip'