Skip to content

Commit 753845b

Browse files
ci(deps): update actions/checkout action to v6 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8109970 commit 753845b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939

4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 0 # Required to push to the documentation branch
4444
ref: ${{ inputs.ref }}

.github/workflows/qualify.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-versions: ${{ steps.get-versions.outputs.python-versions }}
4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848

4949
- name: Get Python versions from pyproject.toml
5050
id: get-versions
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Checkout code
72-
uses: actions/checkout@v5
72+
uses: actions/checkout@v6
7373

7474
- name: Set up uv
7575
uses: astral-sh/setup-uv@v7
@@ -145,7 +145,7 @@ jobs:
145145
pull-requests: write
146146
steps:
147147
- name: Checkout
148-
uses: actions/checkout@v5
148+
uses: actions/checkout@v6
149149
with:
150150
fetch-depth: 2
151151

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
3939
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 0
4444
ref: ${{ github.sha }}
@@ -122,7 +122,7 @@ jobs:
122122
id-token: write
123123
steps:
124124
- name: Checkout repository
125-
uses: actions/checkout@v5
125+
uses: actions/checkout@v6
126126
with:
127127
ref: ${{ needs.release.outputs.next-tag }}
128128

@@ -157,7 +157,7 @@ jobs:
157157
contents: write
158158
steps:
159159
- name: checkout repository
160-
uses: actions/checkout@v5
160+
uses: actions/checkout@v6
161161
with:
162162
fetch-depth: 0 # Required to push to the documentation branch
163163

0 commit comments

Comments
 (0)