Skip to content

Commit 9b8c806

Browse files
committed
2 parents 2ca24f6 + e77021e commit 9b8c806

File tree

6 files changed

+48
-48
lines changed

6 files changed

+48
-48
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
5252
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
persist-credentials: false
5757
- name: Set up Python ${{ matrix.python-version }}
@@ -78,7 +78,7 @@ jobs:
7878
sudo apt install emacs
7979
- name: Setup tmate session
8080
if: ${{ github.event.inputs.debug == 'true' }}
81-
uses: mxschmitt/action-tmate@v3.22
81+
uses: mxschmitt/action-tmate@v3.23
8282
with:
8383
detached: true
8484
timeout-minutes: 60

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
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
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build the binary wheel and a source tarball
7373
run: just build
7474
- name: Store the distribution packages
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: python-package-distributions
7878
path: dist/
@@ -97,7 +97,7 @@ jobs:
9797
id-token: write # IMPORTANT: mandatory for trusted publishing
9898
steps:
9999
- name: Download all the dists
100-
uses: actions/download-artifact@v5
100+
uses: actions/download-artifact@v6
101101
with:
102102
name: python-package-distributions
103103
path: dist/
@@ -117,7 +117,7 @@ jobs:
117117

118118
steps:
119119
- name: Download all the dists
120-
uses: actions/download-artifact@v5
120+
uses: actions/download-artifact@v6
121121
with:
122122
name: python-package-distributions
123123
path: dist/
@@ -162,7 +162,7 @@ jobs:
162162

163163
steps:
164164
- name: Download all the dists
165-
uses: actions/download-artifact@v5
165+
uses: actions/download-artifact@v6
166166
with:
167167
name: python-package-distributions
168168
path: dist/

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
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

@@ -47,7 +47,7 @@ jobs:
4747
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848
# format to the repository Actions tab.
4949
- name: "Upload artifact"
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: SARIF file
5353
path: results.sarif

.github/workflows/test.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
5757
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
with:
6161
persist-credentials: false
6262
- name: Set up Python ${{ matrix.python-version }}
@@ -71,7 +71,7 @@ jobs:
7171
sudo apt install emacs
7272
- name: setup-ssh-debug
7373
if: ${{ github.event.inputs.debug == 'true' }}
74-
uses: mxschmitt/action-tmate@v3.22
74+
uses: mxschmitt/action-tmate@v3.23
7575
with:
7676
detached: true
7777
timeout-minutes: 60
@@ -95,7 +95,7 @@ jobs:
9595
just test ./tests/verify_environment.py
9696
just test-all
9797
- name: Store coverage files
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
with:
100100
name: ${{ env.COVERAGE_FILE }}
101101
path: ${{ env.COVERAGE_FILE }}
@@ -136,7 +136,7 @@ jobs:
136136
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
137137
WINPTY_ROOT: ${{ github.workspace }}\winpty-msvc
138138
steps:
139-
- uses: actions/checkout@v5
139+
- uses: actions/checkout@v6
140140
with:
141141
persist-credentials: false
142142
- name: Set up Python ${{ matrix.python-version }}
@@ -147,7 +147,7 @@ jobs:
147147
allow-prereleases: true
148148
- name: setup-ssh-debug
149149
if: ${{ github.event.inputs.debug == 'true' }}
150-
uses: mxschmitt/action-tmate@v3.22
150+
uses: mxschmitt/action-tmate@v3.23
151151
with:
152152
detached: true
153153
- name: install-vim-windows
@@ -169,7 +169,7 @@ jobs:
169169
just test-all
170170
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
171171
- name: Store coverage files
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v5
173173
with:
174174
name: ${{ env.COVERAGE_FILE }}
175175
path: ${{ env.COVERAGE_FILE }}
@@ -207,7 +207,7 @@ jobs:
207207
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
208208

209209
steps:
210-
- uses: actions/checkout@v5
210+
- uses: actions/checkout@v6
211211
with:
212212
persist-credentials: false
213213
- name: Set up Python ${{ matrix.python-version }}
@@ -222,7 +222,7 @@ jobs:
222222
brew install emacs
223223
- name: setup-ssh-debug
224224
if: ${{ github.event.inputs.debug == 'true' }}
225-
uses: mxschmitt/action-tmate@v3.22
225+
uses: mxschmitt/action-tmate@v3.23
226226
with:
227227
detached: true
228228
- name: Install uv
@@ -241,7 +241,7 @@ jobs:
241241
just test ./tests/verify_environment.py
242242
just test-all
243243
- name: Store coverage files
244-
uses: actions/upload-artifact@v4
244+
uses: actions/upload-artifact@v5
245245
with:
246246
name: ${{ env.COVERAGE_FILE }}
247247
path: ${{ env.COVERAGE_FILE }}
@@ -287,7 +287,7 @@ jobs:
287287
- 5432:5432
288288

289289
steps:
290-
- uses: actions/checkout@v5
290+
- uses: actions/checkout@v6
291291
with:
292292
persist-credentials: false
293293
- name: Set up Python ${{ matrix.python-version }}
@@ -302,7 +302,7 @@ jobs:
302302
sudo apt install emacs
303303
- name: setup-ssh-debug
304304
if: ${{ github.event.inputs.debug == 'true' }}
305-
uses: mxschmitt/action-tmate@v3.22
305+
uses: mxschmitt/action-tmate@v3.23
306306
with:
307307
detached: true
308308
- name: Install uv
@@ -321,7 +321,7 @@ jobs:
321321
just test ./tests/verify_environment.py
322322
just test-all --group psycopg3
323323
- name: Store coverage files
324-
uses: actions/upload-artifact@v4
324+
uses: actions/upload-artifact@v5
325325
with:
326326
name: ${{ env.COVERAGE_FILE }}
327327
path: ${{ env.COVERAGE_FILE }}
@@ -358,7 +358,7 @@ jobs:
358358
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
359359

360360
steps:
361-
- uses: actions/checkout@v5
361+
- uses: actions/checkout@v6
362362
with:
363363
persist-credentials: false
364364
- name: Set up Python ${{ matrix.python-version }}
@@ -373,7 +373,7 @@ jobs:
373373
sudo apt install emacs
374374
- name: setup-ssh-debug
375375
if: ${{ github.event.inputs.debug == 'true' }}
376-
uses: mxschmitt/action-tmate@v3.22
376+
uses: mxschmitt/action-tmate@v3.23
377377
with:
378378
detached: true
379379
- name: Install uv
@@ -395,7 +395,7 @@ jobs:
395395
pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure || exit 1
396396
397397
- name: Store coverage files
398-
uses: actions/upload-artifact@v4
398+
uses: actions/upload-artifact@v5
399399
with:
400400
name: ${{ env.COVERAGE_FILE }}
401401
path: ${{ env.COVERAGE_FILE }}
@@ -432,7 +432,7 @@ jobs:
432432
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
433433

434434
steps:
435-
- uses: actions/checkout@v5
435+
- uses: actions/checkout@v6
436436
with:
437437
persist-credentials: false
438438
- name: Set up Python ${{ matrix.python-version }}
@@ -447,7 +447,7 @@ jobs:
447447
sudo apt install emacs
448448
- name: setup-ssh-debug
449449
if: ${{ github.event.inputs.debug == 'true' }}
450-
uses: mxschmitt/action-tmate@v3.22
450+
uses: mxschmitt/action-tmate@v3.23
451451
with:
452452
detached: true
453453
- name: Install uv
@@ -471,7 +471,7 @@ jobs:
471471
shell: fish {0}
472472

473473
- name: Store coverage files
474-
uses: actions/upload-artifact@v4
474+
uses: actions/upload-artifact@v5
475475
with:
476476
name: ${{ env.COVERAGE_FILE }}
477477
path: ${{ env.COVERAGE_FILE }}
@@ -509,7 +509,7 @@ jobs:
509509
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
510510

511511
steps:
512-
- uses: actions/checkout@v5
512+
- uses: actions/checkout@v6
513513
with:
514514
persist-credentials: false
515515
- name: Set up Python ${{ matrix.python-version }}
@@ -524,7 +524,7 @@ jobs:
524524
brew install emacs
525525
- name: setup-ssh-debug
526526
if: ${{ github.event.inputs.debug == 'true' }}
527-
uses: mxschmitt/action-tmate@v3.22
527+
uses: mxschmitt/action-tmate@v3.23
528528
with:
529529
detached: true
530530
- name: Install uv
@@ -554,7 +554,7 @@ jobs:
554554
just test-zsh || exit 1
555555
556556
- name: Store coverage files
557-
uses: actions/upload-artifact@v4
557+
uses: actions/upload-artifact@v5
558558
with:
559559
name: ${{ env.COVERAGE_FILE }}
560560
path: ${{ env.COVERAGE_FILE }}
@@ -592,7 +592,7 @@ jobs:
592592
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
593593

594594
steps:
595-
- uses: actions/checkout@v5
595+
- uses: actions/checkout@v6
596596
with:
597597
persist-credentials: false
598598
- name: Set up Python ${{ matrix.python-version }}
@@ -607,7 +607,7 @@ jobs:
607607
brew install emacs
608608
- name: setup-ssh-debug
609609
if: ${{ github.event.inputs.debug == 'true' }}
610-
uses: mxschmitt/action-tmate@v3.22
610+
uses: mxschmitt/action-tmate@v3.23
611611
with:
612612
detached: true
613613
- name: Install uv
@@ -627,7 +627,7 @@ jobs:
627627
just test-bash || exit 1
628628
629629
- name: Store coverage files
630-
uses: actions/upload-artifact@v4
630+
uses: actions/upload-artifact@v5
631631
with:
632632
name: ${{ env.COVERAGE_FILE }}
633633
path: ${{ env.COVERAGE_FILE }}
@@ -665,7 +665,7 @@ jobs:
665665
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
666666

667667
steps:
668-
- uses: actions/checkout@v5
668+
- uses: actions/checkout@v6
669669
with:
670670
persist-credentials: false
671671
- name: Set up Python ${{ matrix.python-version }}
@@ -680,7 +680,7 @@ jobs:
680680
brew install emacs
681681
- name: setup-ssh-debug
682682
if: ${{ github.event.inputs.debug == 'true' }}
683-
uses: mxschmitt/action-tmate@v3.22
683+
uses: mxschmitt/action-tmate@v3.23
684684
with:
685685
detached: true
686686
- name: Install uv
@@ -708,7 +708,7 @@ jobs:
708708
just test-fish || exit 1
709709
710710
- name: Store coverage files
711-
uses: actions/upload-artifact@v4
711+
uses: actions/upload-artifact@v5
712712
with:
713713
name: ${{ env.COVERAGE_FILE }}
714714
path: ${{ env.COVERAGE_FILE }}
@@ -746,7 +746,7 @@ jobs:
746746
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
747747

748748
steps:
749-
- uses: actions/checkout@v5
749+
- uses: actions/checkout@v6
750750
with:
751751
persist-credentials: false
752752
- name: Set up Python ${{ matrix.python-version }}
@@ -760,7 +760,7 @@ jobs:
760760
uses: rhysd/action-setup-vim@v1
761761
- name: setup-ssh-debug
762762
if: ${{ github.event.inputs.debug == 'true' }}
763-
uses: mxschmitt/action-tmate@v3.22
763+
uses: mxschmitt/action-tmate@v3.23
764764
with:
765765
detached: true
766766
- name: Add to Just to PATH
@@ -794,7 +794,7 @@ jobs:
794794
pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure || exit 1
795795
shell: cmd
796796
- name: Store coverage files
797-
uses: actions/upload-artifact@v4
797+
uses: actions/upload-artifact@v5
798798
with:
799799
name: ${{ env.COVERAGE_FILE }}
800800
path: ${{ env.COVERAGE_FILE }}
@@ -832,7 +832,7 @@ jobs:
832832
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
833833

834834
steps:
835-
- uses: actions/checkout@v5
835+
- uses: actions/checkout@v6
836836
with:
837837
persist-credentials: false
838838
- name: Set up Python ${{ matrix.python-version }}
@@ -846,7 +846,7 @@ jobs:
846846
uses: rhysd/action-setup-vim@v1
847847
- name: setup-ssh-debug
848848
if: ${{ github.event.inputs.debug == 'true' }}
849-
uses: mxschmitt/action-tmate@v3.22
849+
uses: mxschmitt/action-tmate@v3.23
850850
with:
851851
detached: true
852852
- name: Add to Just to PATH
@@ -880,7 +880,7 @@ jobs:
880880
pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
881881
shell: cmd
882882
- name: Store coverage files
883-
uses: actions/upload-artifact@v4
883+
uses: actions/upload-artifact@v5
884884
with:
885885
name: ${{ env.COVERAGE_FILE }}
886886
path: ${{ env.COVERAGE_FILE }}
@@ -907,10 +907,10 @@ jobs:
907907
sudo apt install emacs
908908
- name: setup-ssh-debug
909909
if: ${{ github.event.inputs.debug == 'true' }}
910-
uses: mxschmitt/action-tmate@v3.22
910+
uses: mxschmitt/action-tmate@v3.23
911911
with:
912912
detached: true
913-
- uses: actions/checkout@v5
913+
- uses: actions/checkout@v6
914914
with:
915915
persist-credentials: false
916916
- uses: actions/setup-python@v6
@@ -927,7 +927,7 @@ jobs:
927927
just install
928928
929929
- name: Get coverage files
930-
uses: actions/download-artifact@v5
930+
uses: actions/download-artifact@v6
931931
with:
932932
pattern: "*.coverage"
933933
merge-multiple: true

0 commit comments

Comments
 (0)