Skip to content

Commit 16eee94

Browse files
ci: bump actions/checkout from 5 to 6 (#3900)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4cbb22 commit 16eee94

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ASV_DIR: "./benchmarks"
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with: { fetch-depth: 0 } # no blob:none so ASV can compare commits
3030

3131
- name: Fetch main branch for `asv run`’s hash

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
needs: check-milestone
5454
if: github.event.pull_request.user.login != 'pre-commit-ci[bot]' && needs.check-milestone.outputs.no-relnotes-reason == '' && !contains(fromJSON('["style","refactor","test","build","ci"]'), needs.check-milestone.outputs.type)
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
with: { filter: 'blob:none', fetch-depth: 0 }
5858
- name: Find out if a relevant release fragment is added
5959
uses: dorny/paths-filter@v3

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
envs: ${{ steps.get-envs.outputs.envs }}
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with: { filter: 'blob:none', fetch-depth: 0 }
2626
- uses: astral-sh/setup-uv@v7
2727
with: { enable-cache: false }
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
env: ${{ fromJSON(needs.get-environments.outputs.envs) }}
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
with: { filter: 'blob:none', fetch-depth: 0 }
5050

5151
- uses: astral-sh/setup-uv@v7
@@ -101,7 +101,7 @@ jobs:
101101
build:
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@v5
104+
- uses: actions/checkout@v6
105105
with: { filter: 'blob:none', fetch-depth: 0 }
106106
- uses: actions/setup-python@v6
107107
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
id-token: write # to authenticate as Trusted Publisher to pypi.org
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with: { filter: 'blob:none', fetch-depth: 0 }
1919
- uses: actions/setup-python@v6
2020
with:

0 commit comments

Comments
 (0)