Skip to content

Commit d69aef0

Browse files
⬆ Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa5f07c commit d69aef0

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@v4
52+
- uses: actions/checkout@v5
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@v4
42+
- uses: actions/checkout@v5
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@v4
23+
uses: actions/checkout@v5
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
@@ -70,7 +70,7 @@ jobs:
7070
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
7171
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474
with:
7575
persist-credentials: false
7676
- name: Set up Python ${{ matrix.python-version }}
@@ -131,7 +131,7 @@ jobs:
131131
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
132132
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
133133
steps:
134-
- uses: actions/checkout@v4
134+
- uses: actions/checkout@v5
135135
with:
136136
persist-credentials: false
137137
- name: Set up Python ${{ matrix.python-version }}
@@ -190,7 +190,7 @@ jobs:
190190
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
191191

192192
steps:
193-
- uses: actions/checkout@v4
193+
- uses: actions/checkout@v5
194194
with:
195195
persist-credentials: false
196196
- name: Set up Python ${{ matrix.python-version }}
@@ -269,7 +269,7 @@ jobs:
269269
- 5432:5432
270270

271271
steps:
272-
- uses: actions/checkout@v4
272+
- uses: actions/checkout@v5
273273
with:
274274
persist-credentials: false
275275
- name: Set up Python ${{ matrix.python-version }}
@@ -328,7 +328,7 @@ jobs:
328328
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
329329

330330
steps:
331-
- uses: actions/checkout@v4
331+
- uses: actions/checkout@v5
332332
with:
333333
persist-credentials: false
334334
- name: Set up Python ${{ matrix.python-version }}
@@ -390,7 +390,7 @@ jobs:
390390
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
391391

392392
steps:
393-
- uses: actions/checkout@v4
393+
- uses: actions/checkout@v5
394394
with:
395395
persist-credentials: false
396396
- name: Set up Python ${{ matrix.python-version }}
@@ -455,7 +455,7 @@ jobs:
455455
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
456456

457457
steps:
458-
- uses: actions/checkout@v4
458+
- uses: actions/checkout@v5
459459
with:
460460
persist-credentials: false
461461
- name: Set up Python ${{ matrix.python-version }}
@@ -526,7 +526,7 @@ jobs:
526526
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
527527

528528
steps:
529-
- uses: actions/checkout@v4
529+
- uses: actions/checkout@v5
530530
with:
531531
persist-credentials: false
532532
- name: Set up Python ${{ matrix.python-version }}
@@ -587,7 +587,7 @@ jobs:
587587
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
588588

589589
steps:
590-
- uses: actions/checkout@v4
590+
- uses: actions/checkout@v5
591591
with:
592592
persist-credentials: false
593593
- name: Set up Python ${{ matrix.python-version }}
@@ -656,7 +656,7 @@ jobs:
656656
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
657657

658658
steps:
659-
- uses: actions/checkout@v4
659+
- uses: actions/checkout@v5
660660
with:
661661
persist-credentials: false
662662
- name: Set up Python ${{ matrix.python-version }}
@@ -730,7 +730,7 @@ jobs:
730730
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
731731

732732
steps:
733-
- uses: actions/checkout@v4
733+
- uses: actions/checkout@v5
734734
with:
735735
persist-credentials: false
736736
- name: Set up Python ${{ matrix.python-version }}
@@ -807,7 +807,7 @@ jobs:
807807
uses: mxschmitt/[email protected]
808808
with:
809809
detached: true
810-
- uses: actions/checkout@v4
810+
- uses: actions/checkout@v5
811811
with:
812812
persist-credentials: false
813813
- uses: actions/setup-python@v5

.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@v4
23+
uses: actions/checkout@v5
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@v4
26+
uses: actions/checkout@v5
2727
with:
2828
persist-credentials: false
2929

0 commit comments

Comments
 (0)