@@ -73,12 +73,12 @@ jobs:
73
73
prod-jobs : ${{ steps.generate-jobs.outputs.prod-jobs }}
74
74
75
75
steps :
76
- - uses : actions/checkout@v4
76
+ - uses : actions/checkout@v5
77
77
78
- - uses : actions/setup-python@v5
78
+ - uses : actions/setup-python@v6
79
79
with :
80
80
python-version : ' 3.13'
81
- - uses : actions/setup-go@v5
81
+ - uses : actions/setup-go@v6
82
82
83
83
# There will almost never be a cache hit on the cache key when this job is
84
84
# run, as it is the first of all jobs in this workflow. An exception is if
96
96
go install github.com/google/go-jsonnet/cmd/[email protected]
97
97
98
98
- name : Get merged/open PR labels
99
- uses : actions/github-script@v7
99
+ uses : actions/github-script@v8
100
100
id : pr-labels
101
101
with :
102
102
# Both pull_request and push can have triggered this job to run. A
@@ -255,7 +255,7 @@ jobs:
255
255
jobs : ${{ fromJson(needs.generate-jobs.outputs.support-jobs) }}
256
256
257
257
steps :
258
- - uses : actions/checkout@v4
258
+ - uses : actions/checkout@v5
259
259
260
260
- name : Setup deploy for ${{ matrix.jobs.cluster_name }}
261
261
uses : ./.github/actions/setup-deploy
@@ -492,7 +492,7 @@ jobs:
492
492
failure_heliophysics_staging : ${{ steps.declare-failure.outputs.failure_heliophysics_staging }}
493
493
494
494
steps :
495
- - uses : actions/checkout@v4
495
+ - uses : actions/checkout@v5
496
496
497
497
- name : Setup deploy for ${{ matrix.jobs.cluster_name }} cluster
498
498
uses : ./.github/actions/setup-deploy
@@ -630,7 +630,7 @@ jobs:
630
630
jobs : ${{ fromJson(needs.filter-failed-staging.outputs.prod-jobs) }}
631
631
632
632
steps :
633
- - uses : actions/checkout@v4
633
+ - uses : actions/checkout@v5
634
634
635
635
- name : Setup deploy for ${{ matrix.jobs.cluster_name }} cluster
636
636
uses : ./.github/actions/setup-deploy
0 commit comments