Skip to content

Commit cee1778

Browse files
chore(ci)(deps): bump actions/checkout from 5 to 6 (#801)
Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 2b94fe0 commit cee1778

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/CI-models.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: [ "3.13" ]
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v6
3131
with:
@@ -47,7 +47,7 @@ jobs:
4747
python-version: [ "3.13" ]
4848

4949
steps:
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- name: Set up Python ${{ matrix.python-version }}
5252
uses: actions/setup-python@v6
5353
with:
@@ -69,7 +69,7 @@ jobs:
6969
python-version: [ "3.13" ]
7070

7171
steps:
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373
- name: Set up Python ${{ matrix.python-version }}
7474
uses: actions/setup-python@v6
7575
with:

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: styfle/cancel-workflow-action@0.12.1
3636
with:
3737
access_token: ${{ github.token }}
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- name: Print concurrency group
4040
run: echo '${{ github.workflow }}-${{ github.ref }}'
4141
- name: Set up Python ${{ matrix.python-version }}
@@ -64,7 +64,7 @@ jobs:
6464
uses: styfle/cancel-workflow-action@0.12.1
6565
with:
6666
access_token: ${{ github.token }}
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
- name: Print concurrency group
6969
run: echo '${{ github.workflow }}-${{ github.ref }}'
7070
- name: Set up Python ${{ matrix.python-version }}
@@ -93,7 +93,7 @@ jobs:
9393
uses: styfle/cancel-workflow-action@0.12.1
9494
with:
9595
access_token: ${{ github.token }}
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797
- name: Print concurrency group
9898
run: echo '${{ github.workflow }}-${{ github.ref }}'
9999
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)