Skip to content

Commit a3d9be1

Browse files
Bump actions/checkout from 6 to 7 (#1632)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79ed995 commit a3d9be1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
Benchmark in progress...
4343
edit-mode: replace
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v7
4545
- uses: julia-actions/setup-julia@latest
4646
with:
4747
version: 1

.github/workflows/CompareMPS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
Please wait.
4444
edit-mode: replace
4545
- name: Clone
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
- name: Setup Julia
4848
uses: julia-actions/setup-julia@v2
4949
with:

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Documentation
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: "1"

.github/workflows/Lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Clone
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Setup Julia
2424
uses: julia-actions/setup-julia@v2
2525
with:
@@ -55,7 +55,7 @@ jobs:
5555
name: Link checker
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v6
58+
- uses: actions/checkout@v7
5959

6060
- name: Link Checker
6161
id: lychee

.github/workflows/PreCommitUpdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit-update:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
1414
run: touch requirements.txt
1515
- name: Setup Python

.github/workflows/ReusableTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: ${{ inputs.allow_failure }}
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)