Skip to content

Commit 8a90972

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 541d844 commit 8a90972

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/html-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macos-latest
99
steps:
1010
- name: Clone repo
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0
1414
- name: Install pandoc

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone repo
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
with:
1414
fetch-depth: 0
1515
- name: Install pandoc

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build distribution
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: Install uv
1212
uses: astral-sh/setup-uv@v7
1313
- name: Build a binary wheel and a source tarball

.github/workflows/version-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env: ${{ matrix.env || fromJSON('{}') }}
4343
steps:
4444
- name: Clone repo
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
with:
4747
fetch-depth: 0
4848
- name: Install apt packages

0 commit comments

Comments
 (0)