Skip to content

Commit 91d8e2d

Browse files
authored
Update GitHub Actions in CI Workflow (#2586)
* Update ci.yml * Update pr-notifier.yml * Update publish-docs.yml
1 parent 9cc7d56 commit 91d8e2d

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cargo-contract-version: ${{ steps.environment.outputs.cargo-contract-version }}
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
with:
6464
fetch-depth: 1
6565

@@ -82,7 +82,7 @@ jobs:
8282
needs: ci-image
8383
steps:
8484
- name: Checkout
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v5
8686
with:
8787
fetch-depth: 1
8888

@@ -98,7 +98,7 @@ jobs:
9898
needs: ci-image
9999
steps:
100100
- name: Checkout
101-
uses: actions/checkout@v4
101+
uses: actions/checkout@v5
102102
with:
103103
fetch-depth: 1
104104

@@ -129,7 +129,7 @@ jobs:
129129
type: [ ALL, RISCV ]
130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@v4
132+
uses: actions/checkout@v5
133133
with:
134134
fetch-depth: 1
135135

@@ -178,7 +178,7 @@ jobs:
178178
ALLOWED_LINTS: -A unexpected_cfgs
179179
steps:
180180
- name: Checkout
181-
uses: actions/checkout@v4
181+
uses: actions/checkout@v5
182182
with:
183183
fetch-depth: 1
184184

@@ -217,7 +217,7 @@ jobs:
217217
type: [STD, RISCV]
218218
steps:
219219
- name: Checkout
220-
uses: actions/checkout@v4
220+
uses: actions/checkout@v5
221221
with:
222222
fetch-depth: 1
223223

@@ -256,7 +256,7 @@ jobs:
256256
needs: ci-image
257257
steps:
258258
- name: Checkout
259-
uses: actions/checkout@v4
259+
uses: actions/checkout@v5
260260
with:
261261
fetch-depth: 1
262262

@@ -282,7 +282,7 @@ jobs:
282282
needs: ci-image
283283
steps:
284284
- name: Checkout
285-
uses: actions/checkout@v4
285+
uses: actions/checkout@v5
286286
with:
287287
fetch-depth: 1
288288

@@ -310,7 +310,7 @@ jobs:
310310
type: [STD, RISCV]
311311
steps:
312312
- name: Checkout
313-
uses: actions/checkout@v4
313+
uses: actions/checkout@v5
314314
with:
315315
fetch-depth: 1
316316

@@ -353,7 +353,7 @@ jobs:
353353
needs: [check]
354354
steps:
355355
- name: Checkout
356-
uses: actions/checkout@v4
356+
uses: actions/checkout@v5
357357
with:
358358
fetch-depth: 1
359359

@@ -387,7 +387,7 @@ jobs:
387387
workspace: [ink, linting]
388388
steps:
389389
- name: Checkout
390-
uses: actions/checkout@v4
390+
uses: actions/checkout@v5
391391
with:
392392
fetch-depth: 1
393393

@@ -423,7 +423,7 @@ jobs:
423423
workspace: [ink, linting]
424424
steps:
425425
- name: Checkout
426-
uses: actions/checkout@v4
426+
uses: actions/checkout@v5
427427
with:
428428
fetch-depth: 1
429429

@@ -454,7 +454,7 @@ jobs:
454454
needs: [check, fmt, clippy, clippy-examples, dylint-checks, dylint-testing, spellcheck]
455455
steps:
456456
- name: Checkout
457-
uses: actions/checkout@v4
457+
uses: actions/checkout@v5
458458
with:
459459
fetch-depth: 1
460460

@@ -499,7 +499,7 @@ jobs:
499499
# #image: ${{ needs.set-image.outputs.IMAGE }}
500500
# steps:
501501
# - name: Checkout
502-
# uses: actions/checkout@v4
502+
# uses: actions/checkout@v5
503503
# with:
504504
# fetch-depth: 0
505505
#
@@ -538,7 +538,7 @@ jobs:
538538
partition: [1, 2, 3, 4]
539539
steps:
540540
- name: Checkout
541-
uses: actions/checkout@v4
541+
uses: actions/checkout@v5
542542
with:
543543
fetch-depth: 1
544544

@@ -580,7 +580,7 @@ jobs:
580580
needs: ci-image
581581
steps:
582582
- name: Checkout
583-
uses: actions/checkout@v4
583+
uses: actions/checkout@v5
584584
with:
585585
fetch-depth: 1
586586

@@ -611,7 +611,7 @@ jobs:
611611
needs: ci-image
612612
steps:
613613
- name: Checkout
614-
uses: actions/checkout@v4
614+
uses: actions/checkout@v5
615615
with:
616616
fetch-depth: 1
617617

@@ -635,7 +635,7 @@ jobs:
635635
needs: ci-image
636636
steps:
637637
- name: Checkout
638-
uses: actions/checkout@v4
638+
uses: actions/checkout@v5
639639
with:
640640
fetch-depth: 1
641641

@@ -657,7 +657,7 @@ jobs:
657657
needs: [clippy, clippy-examples]
658658
steps:
659659
- name: Checkout
660-
uses: actions/checkout@v4
660+
uses: actions/checkout@v5
661661
with:
662662
fetch-depth: 1
663663

@@ -711,7 +711,7 @@ jobs:
711711
needs: ci-image
712712
steps:
713713
- name: Checkout
714-
uses: actions/checkout@v4
714+
uses: actions/checkout@v5
715715
with:
716716
fetch-depth: 1
717717

@@ -734,7 +734,7 @@ jobs:
734734
needs: [build]
735735
steps:
736736
- name: Checkout
737-
uses: actions/checkout@v4
737+
uses: actions/checkout@v5
738738
with:
739739
fetch-depth: 1
740740

@@ -828,7 +828,7 @@ jobs:
828828
type: [ sol, all ]
829829
steps:
830830
- name: Checkout
831-
uses: actions/checkout@v4
831+
uses: actions/checkout@v5
832832
with:
833833
fetch-depth: 1
834834

@@ -909,7 +909,7 @@ jobs:
909909
needs: [build]
910910
steps:
911911
- name: Checkout
912-
uses: actions/checkout@v4
912+
uses: actions/checkout@v5
913913
with:
914914
fetch-depth: 1
915915

@@ -944,7 +944,7 @@ jobs:
944944
issues: write
945945
steps:
946946
- name: Checkout
947-
uses: actions/checkout@v4
947+
uses: actions/checkout@v5
948948
with:
949949
fetch-depth: 1
950950

@@ -1025,7 +1025,7 @@ jobs:
10251025
if: github.ref != 'refs/heads/master'
10261026
steps:
10271027
- name: Checkout
1028-
uses: actions/checkout@v4
1028+
uses: actions/checkout@v5
10291029
with:
10301030
fetch-depth: 1
10311031

.github/workflows/pr-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
needs: fetch-issues
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- name: Load outputs
6161
uses: actions/download-artifact@v3
6262
with:

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 1
2525

0 commit comments

Comments
 (0)