Skip to content

Commit 2060a83

Browse files
Bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ef1ee5 commit 2060a83

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
5151

5252
steps:
53-
- uses: actions/checkout@v6.0.3
53+
- uses: actions/checkout@v7.0.0
5454
with:
5555
fetch-depth: 0
5656
fetch-tags: true
@@ -70,7 +70,7 @@ jobs:
7070
name: Build source distribution
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v6.0.3
73+
- uses: actions/checkout@v7.0.0
7474
with:
7575
fetch-depth: 0
7676
fetch-tags: true

.github/workflows/docs.yml

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

2626
steps:
2727
- name: Checkout source
28-
uses: actions/checkout@v6.0.3
28+
uses: actions/checkout@v7.0.0
2929

3030
- name: Set up Python
3131
uses: actions/setup-python@v6

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout source
14-
uses: actions/checkout@v6.0.3
14+
uses: actions/checkout@v7.0.0
1515

1616
- name: Cache pre-commit
1717
uses: actions/cache@v5

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
CMAKE_POLICY_VERSION_MINIMUM: 3.5
3333
steps:
3434
- name: Checkout Source
35-
uses: actions/checkout@v6.0.3
35+
uses: actions/checkout@v7.0.0
3636
with:
3737
fetch-depth: 0
3838
fetch-tags: true
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Checkout Source
83-
uses: actions/checkout@v6.0.3
83+
uses: actions/checkout@v7.0.0
8484
with:
8585
fetch-depth: 0
8686
fetch-tags: true

0 commit comments

Comments
 (0)