Skip to content

Commit cfc4341

Browse files
Bump the gha-dependencies group with 2 updates
Bumps the gha-dependencies 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-dependencies - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5a1c09 commit cfc4341

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636

3737
- name: Check out app
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939

4040
- name: Set up Python
4141
uses: actions/setup-python@v6
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103

104104
- name: Check out app
105-
uses: actions/checkout@v6
105+
uses: actions/checkout@v7
106106

107107
- name: Set up Python
108108
uses: actions/setup-python@v6
@@ -130,7 +130,7 @@ jobs:
130130
run: pytest -v --tb=short tests/ --cov=aiidalab_widgets_base
131131

132132
- name: Upload coverage reports to Codecov
133-
uses: codecov/codecov-action@v6
133+
uses: codecov/codecov-action@v7
134134
with:
135135
flags: python-${{ matrix.python-version }}
136136
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323

24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
- name: Set up Python 3.12
2727
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)