Skip to content

Commit 0fe41a9

Browse files
Bump actions/checkout from 5 to 6
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>
1 parent 2f58be4 commit 0fe41a9

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
access_token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
submodules: true
2929
- name: Install the latest version of uv

.github/workflows/docker_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
access_token: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
submodules: true
2626
fetch-depth: 0

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
access_token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
submodules: true
3131
fetch-depth: 0
@@ -97,7 +97,7 @@ jobs:
9797
shell: bash
9898
steps:
9999
- name: Checkout
100-
uses: actions/checkout@v5
100+
uses: actions/checkout@v6
101101
- name: Download artifact
102102
uses: actions/download-artifact@v6.0.0
103103
with:

.github/workflows/macos_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
access_token: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
submodules: true
3232
- name: Set up Python ${{ matrix.python }}

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
access_token: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Checkout
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
submodules: true
3232

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
access_token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
submodules: true
2525
fetch-depth: 0
@@ -55,7 +55,7 @@ jobs:
5555
access_token: ${{ secrets.GITHUB_TOKEN }}
5656

5757
- name: Checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959
with:
6060
submodules: true
6161
fetch-depth: 0
@@ -87,7 +87,7 @@ jobs:
8787
access_token: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: Checkout
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@v6
9191
with:
9292
submodules: true
9393
fetch-depth: 0
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
access_token: ${{ secrets.GITHUB_TOKEN }}
117117
- name: Checkout
118-
uses: actions/checkout@v5
118+
uses: actions/checkout@v6
119119
- name: Download sdist
120120
uses: actions/download-artifact@v6.0.0
121121
with:

0 commit comments

Comments
 (0)