From dc272af93f78ab4394c254b30e5c2519f7436157 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 28 Jun 2024 19:26:13 +0200 Subject: [PATCH] CI: Update actions --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1505d78..07a68bd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,14 +34,14 @@ jobs: python-version: 3.11 build-docs: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} allow-prereleases: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ${{ matrix.pip-cache }} @@ -67,7 +67,7 @@ jobs: run: | poetry run flake8 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - name: Build docs if: matrix.build-docs run: |