Skip to content

Commit 0fa3e4d

Browse files
Bump the actions group with 2 updates (#341)
Bumps the actions 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: actions - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52e46b9 commit 0fa3e4d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
with:
1919
persist-credentials: false
2020
- uses: j178/prek-action@v2.0.4

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Integration test
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
persist-credentials: false
1818
- uses: actions/setup-python@v6
@@ -53,7 +53,7 @@ jobs:
5353
os: [windows-latest, macos-latest, ubuntu-latest]
5454

5555
steps:
56-
- uses: actions/checkout@v6
56+
- uses: actions/checkout@v7
5757
with:
5858
persist-credentials: false
5959

@@ -70,7 +70,7 @@ jobs:
7070
run: uvx --with tox-uv tox -e py
7171

7272
- name: Upload coverage
73-
uses: codecov/codecov-action@v6
73+
uses: codecov/codecov-action@v7
7474
with:
7575
flags: ${{ matrix.os }}
7676
name: Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)