Skip to content

Commit 238ce9f

Browse files
Bump the gha-updates group with 2 updates (#42)
Bumps the gha-updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5af2124 commit 238ce9f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 📥 Checkout the repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: 🐍 Install uv and set Python version ${{ inputs.python-version }}
2222
uses: astral-sh/setup-uv@v7

.github/workflows/ci-tests-cpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- name: 📥 Checkout the repository
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040

4141
- name: 🐍 Install uv and set Python version ${{ matrix.python-version }}
4242
uses: astral-sh/setup-uv@v7
@@ -51,7 +51,7 @@ jobs:
5151
run: pytest -m "not gpu" --cov=rfdetr_plus --cov-report=xml
5252

5353
- name: 📊 Upload coverage to Codecov
54-
uses: codecov/codecov-action@v6
54+
uses: codecov/codecov-action@v7
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
files: "coverage.xml"

.github/workflows/ci-tests-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: nvidia-smi
3434

3535
- name: 📥 Checkout the repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: 🐍 Install uv and set Python version
3939
uses: astral-sh/setup-uv@v7
@@ -52,7 +52,7 @@ jobs:
5252
--cov=rfdetr_plus --cov-report=xml
5353
5454
- name: 📊 Upload coverage to Codecov
55-
uses: codecov/codecov-action@v6
55+
uses: codecov/codecov-action@v7
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: "coverage.xml"

0 commit comments

Comments
 (0)