From cdecea4e5c93aa0e487a95f0681a6790f93c6086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:19:40 +0000 Subject: [PATCH] chore(deps): update actions --- .github/workflows/lint-pr.yml | 2 +- .github/workflows/test.yml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index c24ef8e5a..cf8712b81 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -7,7 +7,7 @@ on: - synchronize jobs: enforce-semantic-title: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: amannn/action-semantic-pull-request@v5.5.3 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3fe2ae7de..a76dbe59e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,14 +44,14 @@ jobs: python -m pip install --upgrade pip pip install . -r pipelines/requirements/ci.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('pipelines/requirements/*.txt') }} restore-keys: | ${{ runner.os }}-pip- - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: .mypy_cache key: ${{ runner.os }}-mypy @@ -76,7 +76,7 @@ jobs: TARGET_PYTHON: ${{ matrix.python-version }} - name: Upload coverage - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-data path: ".cache/.coverage.*" @@ -104,7 +104,7 @@ jobs: python -m pip install --upgrade pip pip install . -r pipelines/requirements/ci.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('pipelines/requirements/*.txt') }} @@ -138,7 +138,7 @@ jobs: python -m pip install --upgrade pip pip install . -r pipelines/requirements/ci.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('pipelines/requirements/*.txt') }} @@ -173,7 +173,7 @@ jobs: python -m pip install --upgrade pip pip install -U . -r pipelines/requirements/ci.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('pipelines/requirements/*.txt') }} @@ -211,14 +211,14 @@ jobs: python -m pip install --upgrade pip pip install -U . -r pipelines/requirements/ci.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('pipelines/requirements/*.txt') }} restore-keys: | ${{ runner.os }}-pip- - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: .mypy_cache key: ${{ runner.os }}-mypy @@ -298,7 +298,7 @@ jobs: python -m pip install --upgrade pip pip install -U . -r pipelines/requirements/ci.txt - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('pipelines/requirements/*.txt') }} @@ -347,7 +347,7 @@ jobs: COVERAGE_FILE: .cache/.coverage.databases - name: Upload coverage - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-data path: ".cache/.coverage*" @@ -370,7 +370,7 @@ jobs: pip install -U . -r pipelines/requirements/ci.txt - name: Download coverage data. - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage-data path: .cache/ @@ -381,7 +381,7 @@ jobs: - name: Upload coverage report if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: htmlcov path: htmlcov @@ -392,7 +392,7 @@ jobs: nox -s push-coverage # delete the temporary coverage artifacts to save on unnecessary cloud storage usage - - uses: geekyeggo/delete-artifact@v2 + - uses: geekyeggo/delete-artifact@v5 with: name: coverage-data @@ -420,7 +420,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Docker Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 # https://github.com/docker/build-push-action/#inputs # Test each platform individually for easier testing with: