From 8c925584826ed404cc68c74e59be088fa5217597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:02:46 +0000 Subject: [PATCH] chore(deps): Bump the github-actions-production group with 5 updates Bumps the github-actions-production group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` | Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.0...v6.0.1) Updates `actions/cache` from 4.3.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.3.0...v5.0.1) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/5a1091511ad55cbe89839c7260b706298ca349f7...671740ac38dd9b0130fbe1cec585b89eea48d3de) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-production - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-production - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-production - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-production - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/dependency-review.yaml | 2 +- .github/workflows/deploy.yaml | 6 +++--- .github/workflows/release.yaml | 6 +++--- .github/workflows/task-release-and-deploy.yaml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5861e656..5cdb6a94 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - name: Set Up Python ${{ matrix.python_version }} id: set_up_python @@ -52,7 +52,7 @@ jobs: run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv" - name: Restoring/Saving Cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | .tox @@ -97,7 +97,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - name: Set Up Python ${{ matrix.python_version }} id: set_up_python @@ -107,7 +107,7 @@ jobs: check-latest: true - name: Restoring/Saving Cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: | .tox @@ -148,7 +148,7 @@ jobs: make test-coverage-report - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./test-reports/coverage/ @@ -163,7 +163,7 @@ jobs: - name: Store Artifacts if: ${{ always() }} - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: test_reports_${{ matrix.python_version }} path: test-reports/ diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index a5e69aea..77741afd 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - name: Dependency Review uses: actions/dependency-review-action@v4.8.2 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1ba9830d..821f84e9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,7 +38,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - name: Set Up Python id: set_up_python @@ -47,13 +47,13 @@ jobs: python-version: "3.13" - name: Restoring/Saving Cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: "venv" key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements.txt', 'requirements-dev.txt', 'Makefile', 'make/**.mk') }} - name: Restore Artifacts (Release) - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: release path: ${{ inputs.artifacts_path }}/ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7be7dddb..67ba0c3c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - name: Set Up Python id: set_up_python @@ -47,7 +47,7 @@ jobs: run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv" - name: Restoring/Saving Cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: "venv" key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements.txt', 'requirements-dev.txt', 'Makefile', 'make/**.mk') }} @@ -68,7 +68,7 @@ jobs: make dist - name: Store Artifacts - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: release path: ${{ env.ARTIFACTS_PATH }}/ diff --git a/.github/workflows/task-release-and-deploy.yaml b/.github/workflows/task-release-and-deploy.yaml index d58c8297..7b6d72e6 100644 --- a/.github/workflows/task-release-and-deploy.yaml +++ b/.github/workflows/task-release-and-deploy.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: ref: ${{ env.CREATE_RELEASE_VCS_REVISION_ID }}