Skip to content

Commit 35caea7

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] <[email protected]>
1 parent 85704a0 commit 35caea7

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
5050
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
with:
5454
persist-credentials: false
5555
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
PACKAGE_NAME: ${{ steps.set-package.outputs.package_name }}
4040
RELEASE_VERSION: ${{ steps.set-package.outputs.release_version }}
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
persist-credentials: false
4545
- name: Set up Python

.github/workflows/scorecard.yml

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

2121
steps:
2222
- name: "Checkout code"
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
8383
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
8484
steps:
85-
- uses: actions/checkout@v5
85+
- uses: actions/checkout@v6
8686
with:
8787
persist-credentials: false
8888
- name: Set up Python ${{ matrix.python-version }}
@@ -151,7 +151,7 @@ jobs:
151151
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
152152
WINPTY_ROOT: ${{ github.workspace }}\winpty-msvc
153153
steps:
154-
- uses: actions/checkout@v5
154+
- uses: actions/checkout@v6
155155
with:
156156
persist-credentials: false
157157
- name: Set up Python ${{ matrix.python-version }}
@@ -211,7 +211,7 @@ jobs:
211211
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
212212

213213
steps:
214-
- uses: actions/checkout@v5
214+
- uses: actions/checkout@v6
215215
with:
216216
persist-credentials: false
217217
- name: Set up Python ${{ matrix.python-version }}
@@ -291,7 +291,7 @@ jobs:
291291
- 5432:5432
292292

293293
steps:
294-
- uses: actions/checkout@v5
294+
- uses: actions/checkout@v6
295295
with:
296296
persist-credentials: false
297297
- name: Set up Python ${{ matrix.python-version }}
@@ -351,7 +351,7 @@ jobs:
351351
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
352352

353353
steps:
354-
- uses: actions/checkout@v5
354+
- uses: actions/checkout@v6
355355
with:
356356
persist-credentials: false
357357
- name: Set up Python ${{ matrix.python-version }}
@@ -414,7 +414,7 @@ jobs:
414414
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
415415

416416
steps:
417-
- uses: actions/checkout@v5
417+
- uses: actions/checkout@v6
418418
with:
419419
persist-credentials: false
420420
- name: Set up Python ${{ matrix.python-version }}
@@ -480,7 +480,7 @@ jobs:
480480
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
481481

482482
steps:
483-
- uses: actions/checkout@v5
483+
- uses: actions/checkout@v6
484484
with:
485485
persist-credentials: false
486486
- name: Set up Python ${{ matrix.python-version }}
@@ -552,7 +552,7 @@ jobs:
552552
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
553553

554554
steps:
555-
- uses: actions/checkout@v5
555+
- uses: actions/checkout@v6
556556
with:
557557
persist-credentials: false
558558
- name: Set up Python ${{ matrix.python-version }}
@@ -614,7 +614,7 @@ jobs:
614614
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
615615

616616
steps:
617-
- uses: actions/checkout@v5
617+
- uses: actions/checkout@v6
618618
with:
619619
persist-credentials: false
620620
- name: Set up Python ${{ matrix.python-version }}
@@ -684,7 +684,7 @@ jobs:
684684
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
685685

686686
steps:
687-
- uses: actions/checkout@v5
687+
- uses: actions/checkout@v6
688688
with:
689689
persist-credentials: false
690690
- name: Set up Python ${{ matrix.python-version }}
@@ -759,7 +759,7 @@ jobs:
759759
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
760760

761761
steps:
762-
- uses: actions/checkout@v5
762+
- uses: actions/checkout@v6
763763
with:
764764
persist-credentials: false
765765
- name: Set up Python ${{ matrix.python-version }}
@@ -837,7 +837,7 @@ jobs:
837837
uses: mxschmitt/[email protected]
838838
with:
839839
detached: true
840-
- uses: actions/checkout@v5
840+
- uses: actions/checkout@v6
841841
with:
842842
persist-credentials: false
843843
- uses: actions/setup-python@v6

.github/workflows/update_coc.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626

.github/workflows/zizmor.yml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
persist-credentials: false
2929

0 commit comments

Comments
 (0)