From 8c22a661bddcbafeab00b3f5f270828484b53211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:37:47 +0000 Subject: [PATCH] Bump the gha-dependencies group with 2 updates Bumps the gha-dependencies group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `astral-sh/setup-uv` from 3.2.2 to 4.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v3.2.2...v4.2.0) Updates `codecov/codecov-action` from 4 to 5 - [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/v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-test.yml | 4 ++-- .github/workflows/test-mindeps.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e576cfe0..9dcafebb 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -104,7 +104,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Install uv - uses: astral-sh/setup-uv@v3.2.2 + uses: astral-sh/setup-uv@v4.2.0 with: enable-cache: true @@ -122,4 +122,4 @@ jobs: - name: Upload coverage report # Don't upload coverage when using the `act` tool to run the workflow locally if: ${{ !env.ACT }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 diff --git a/.github/workflows/test-mindeps.yml b/.github/workflows/test-mindeps.yml index dc47970b..79144c7f 100644 --- a/.github/workflows/test-mindeps.yml +++ b/.github/workflows/test-mindeps.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Install uv - uses: astral-sh/setup-uv@v3.2.2 + uses: astral-sh/setup-uv@v4.2.0 with: enable-cache: true @@ -39,4 +39,4 @@ jobs: - name: Upload coverage # Don't upload coverage when using the `act` tool to run the workflow locally if: ${{ !env.ACT }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb792360..3a8cc3b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install uv - uses: astral-sh/setup-uv@v3.2.2 + uses: astral-sh/setup-uv@v4.2.0 with: enable-cache: true @@ -38,4 +38,4 @@ jobs: - name: Upload coverage # Don't upload coverage when using the `act` tool to run the workflow locally if: ${{ !env.ACT }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5