Skip to content

Commit 0535b74

Browse files
build(deps): bump the dependencies group with 2 updates (#429)
Bumps the dependencies group with 2 updates: [scitools/workflows](https://github.com/scitools/workflows) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `scitools/workflows` from 2025.08.2 to 2025.08.4 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](SciTools/workflows@2025.08.2...2025.08.4) Updates `codecov/codecov-action` from 5.4.3 to 5.5.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@18283e0...fdcc847) --- updated-dependencies: - dependency-name: scitools/workflows dependency-version: 2025.08.4 dependency-type: direct:production dependency-group: dependencies - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9515f65 commit 0535b74

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ concurrency:
1515

1616
jobs:
1717
refresh_lockfiles:
18-
uses: scitools/workflows/.github/workflows/[email protected].2
18+
uses: scitools/workflows/.github/workflows/[email protected].4
1919
secrets: inherit

.github/workflows/ci-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ concurrency:
2525
jobs:
2626
manifest:
2727
name: "check-manifest"
28-
uses: scitools/workflows/.github/workflows/[email protected].2
28+
uses: scitools/workflows/.github/workflows/[email protected].4

.github/workflows/ci-template-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
prompt-share:
13-
uses: scitools/workflows/.github/workflows/[email protected].2
13+
uses: scitools/workflows/.github/workflows/[email protected].4
1414
secrets: inherit
1515
with:
1616
pr_number: ${{ github.event.pull_request.number }}

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
7272
- name: "upload coverage report"
7373
if: ${{ matrix.coverage }}
74-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
74+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)