Skip to content

Commit 54a4b40

Browse files
Bump the all_dependencies group across 1 directory with 2 updates (#85)
Bumps the all_dependencies group with 2 updates in the / directory: [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 5.5.2 to 7.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@671740a...fb8b358) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6314c71 commit 54a4b40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: startsWith(github.ref, 'refs/tags')
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Set up Python
1818
uses: actions/setup-python@v6
1919
with:

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
os: [windows-latest, macos-latest, ubuntu-latest]
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535

3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: actions/setup-python@v6
@@ -56,7 +56,7 @@ jobs:
5656
needs: [test]
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060

6161
- name: Set up Python
6262
uses: actions/setup-python@v6
@@ -78,4 +78,4 @@ jobs:
7878
run: pytest --cov=configcatclient configcatclienttests
7979

8080
- name: Upload coverage report
81-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
81+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0

0 commit comments

Comments
 (0)