Skip to content

Commit 27cefc5

Browse files
Bump actions/checkout from 5 to 6 (#1599)
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 b27a12a commit 27cefc5

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/aiohttp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
branch: ['master', '3.13', '3.14']
3737
steps:
3838
- name: Checkout aiohttp
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
repository: aio-libs/aiohttp
4242
ref: ${{ matrix.branch }}
4343
submodules: true
4444
- name: Checkout yarl
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
with:
4747
path: vendor/yarl
4848
- name: Setup Python

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
${{ steps.dist-filenames-detection.outputs.wheel-filename }}
7676
steps:
7777
- name: Checkout project
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979
- name: Set up Python
8080
uses: actions/setup-python@v6
8181
with:
@@ -236,7 +236,7 @@ jobs:
236236
continue-on-error: ${{ matrix.experimental }}
237237
steps:
238238
- name: Checkout project
239-
uses: actions/checkout@v5
239+
uses: actions/checkout@v6
240240
- name: Retrieve the project source from an sdist inside the GHA artifact
241241
uses: re-actors/checkout-python-sdist@release/v2
242242
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Initialize CodeQL
3636
uses: github/codeql-action/init@v4

.github/workflows/reusable-codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Retrieve the project source from Git to please Codspeed runner
7878
# NOTE: Codspeed is incapable of getting repo details from CI environment
7979
# Ref: https://github.com/CodSpeedHQ/runner/issues/144
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181
with:
8282
depth: 1 # Codspeed only checks the HEAD
8383
- name: Retrieve the project source from an sdist inside the GHA artifact

.github/workflows/reusable-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 15
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Setup Python ${{ env.PYTHON_LATEST }}
3636
uses: actions/setup-python@v6
3737
with:

0 commit comments

Comments
 (0)