Skip to content

Commit 30e605a

Browse files
⬆️ Bump actions/checkout from 5 to 6 in the actions group (#3760)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b29f2ea commit 30e605a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
PYDANTIC_VERSION: ${{ matrix.env }}
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838

3939
- name: Setup Python environment
4040
uses: ./.github/actions/setup-python

.github/workflows/noneflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
private_key: ${{ secrets.APP_KEY }}
4646

4747
- name: Checkout Code
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
token: ${{ steps.generate-token.outputs.token }}
5151

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Setup Python environment
3434
uses: ./.github/actions/setup-python

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
app_id: ${{ secrets.APP_ID }}
2626
private_key: ${{ secrets.APP_KEY }}
2727

28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
token: ${{ steps.generate-token.outputs.token }}
3131

@@ -70,7 +70,7 @@ jobs:
7070
app_id: ${{ secrets.APP_ID }}
7171
private_key: ${{ secrets.APP_KEY }}
7272

73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474

7575
- name: Setup Python Environment
7676
uses: ./.github/actions/setup-python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
app_id: ${{ secrets.APP_ID }}
1515
private_key: ${{ secrets.APP_KEY }}
1616

17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
token: ${{ steps.generate-token.outputs.token }}
2020

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cancel-in-progress: true
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- name: Run Ruff Lint
3030
uses: astral-sh/ruff-action@v3

.github/workflows/website-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
cancel-in-progress: true
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/website-preview-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
cancel-in-progress: true
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
fetch-depth: 0

0 commit comments

Comments
 (0)