Skip to content

Commit 497f344

Browse files
build(deps): bump the dependencies group with 4 updates (#474)
Bumps the dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [scitools/workflows/.github/workflows/refresh-lockfiles.yml](https://github.com/scitools/workflows), [scitools/workflows/.github/workflows/ci-manifest.yml](https://github.com/scitools/workflows) and [scitools/workflows/.github/workflows/ci-template-check.yml](https://github.com/scitools/workflows). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `scitools/workflows/.github/workflows/refresh-lockfiles.yml` from 2025.11.4 to 2025.11.8 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](SciTools/workflows@2025.11.4...2025.11.8) Updates `scitools/workflows/.github/workflows/ci-manifest.yml` from 2025.11.4 to 2025.11.8 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](SciTools/workflows@2025.11.4...2025.11.8) Updates `scitools/workflows/.github/workflows/ci-template-check.yml` from 2025.11.4 to 2025.11.8 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](SciTools/workflows@2025.11.4...2025.11.8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/refresh-lockfiles.yml dependency-version: 2025.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-manifest.yml dependency-version: 2025.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-template-check.yml dependency-version: 2025.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c565dbc commit 497f344

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci-citation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "validate"
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.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].4
18+
uses: scitools/workflows/.github/workflows/[email protected].8
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].4
28+
uses: scitools/workflows/.github/workflows/[email protected].8

.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].4
13+
uses: scitools/workflows/.github/workflows/[email protected].8
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
@@ -49,7 +49,7 @@ jobs:
4949
coverage: "--cov-report=xml --cov=nc_time_axis"
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 0
5555

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545

0 commit comments

Comments
 (0)