@@ -99,16 +99,16 @@ jobs:
9999 # this workflow.
100100 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
101101 - id : setup-env
102- uses : cisagov/setup-env-github-action@develop
103- - uses : actions/checkout@v4
102+ uses : cisagov/setup-env-github-action@v1
103+ - uses : actions/checkout@v5
104104 - id : setup-python
105- uses : actions/setup-python@v5
105+ uses : actions/setup-python@v6
106106 with :
107107 python-version : ${{ steps.setup-env.outputs.python-version }}
108108 # We need the Go version and Go cache location for the actions/cache step,
109109 # so the Go installation must happen before that.
110110 - id : setup-go
111- uses : actions/setup-go@v5
111+ uses : actions/setup-go@v6
112112 with :
113113 # There is no expectation for actual Go code so we disable caching as
114114 # it relies on the existence of a go.sum file.
@@ -225,6 +225,7 @@ jobs:
225225 python-version :
226226 - " 3.12"
227227 - " 3.13"
228+ - " 3.14"
228229 steps :
229230 - name : Apply standard cisagov job preamble
230231 uses : cisagov/action-job-preamble@v1
@@ -252,9 +253,9 @@ jobs:
252253 # monitoring configuration *does not* require you to modify
253254 # this workflow.
254255 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
255- - uses : actions/checkout@v4
256+ - uses : actions/checkout@v5
256257 - id : setup-python
257- uses : actions/setup-python@v5
258+ uses : actions/setup-python@v6
258259 with :
259260 python-version : ${{ matrix.python-version }}
260261 - uses : actions/cache@v4
@@ -284,7 +285,7 @@ jobs:
284285 - name : Upload coverage report
285286 uses : coverallsapp/github-action@v2
286287 with :
287- flag-name : py${{ matrix.python-version }}
288+ flag-name : py${{ matrix.python-version }} - ${{ matrix.platform }}
288289 parallel : true
289290 if : success()
290291 - name : Setup tmate debug session
@@ -325,7 +326,7 @@ jobs:
325326 # monitoring configuration *does not* require you to modify
326327 # this workflow.
327328 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
328- - uses : actions/checkout@v4
329+ - uses : actions/checkout@v5
329330 - name : Finished coveralls reports
330331 uses : coverallsapp/github-action@v2
331332 with :
@@ -349,6 +350,7 @@ jobs:
349350 python-version :
350351 - " 3.12"
351352 - " 3.13"
353+ - " 3.14"
352354 steps :
353355 - name : Apply standard cisagov job preamble
354356 uses : cisagov/action-job-preamble@v1
@@ -376,9 +378,9 @@ jobs:
376378 # monitoring configuration *does not* require you to modify
377379 # this workflow.
378380 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
379- - uses : actions/checkout@v4
381+ - uses : actions/checkout@v5
380382 - id : setup-python
381- uses : actions/setup-python@v5
383+ uses : actions/setup-python@v6
382384 with :
383385 python-version : ${{ matrix.python-version }}
384386 - uses : actions/cache@v4
@@ -435,6 +437,7 @@ jobs:
435437 python-version :
436438 - " 3.12"
437439 - " 3.13"
440+ - " 3.14"
438441 steps :
439442 - name : Apply standard cisagov job preamble
440443 uses : cisagov/action-job-preamble@v1
@@ -462,9 +465,9 @@ jobs:
462465 # monitoring configuration *does not* require you to modify
463466 # this workflow.
464467 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
465- - uses : actions/checkout@v4
468+ - uses : actions/checkout@v5
466469 - id : setup-python
467- uses : actions/setup-python@v5
470+ uses : actions/setup-python@v6
468471 with :
469472 python-version : ${{ matrix.python-version }}
470473 - uses : actions/cache@v4
@@ -483,7 +486,7 @@ jobs:
483486 restore-keys : |
484487 ${{ env.BASE_CACHE_KEY }}
485488 - name : Retrieve the built wheel
486- uses : actions/download-artifact@v4
489+ uses : actions/download-artifact@v5
487490 with :
488491 name : dist-${{ matrix.python-version }}
489492 path : dist
0 commit comments