This repository was archived by the owner on Sep 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 timeout-minutes : 10
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - uses : actions/setup-node@v3
2626 with :
@@ -128,7 +128,7 @@ jobs:
128128 - " 12.16"
129129 - " 12.17"
130130 steps :
131- - uses : actions/checkout@v3
131+ - uses : actions/checkout@v4
132132
133133 - uses : actions/setup-node@v3
134134 with :
@@ -233,7 +233,7 @@ jobs:
233233 - " 12.16"
234234 - " 12.17"
235235 steps :
236- - uses : actions/checkout@v3
236+ - uses : actions/checkout@v4
237237
238238 - uses : actions/setup-node@v3
239239 with :
@@ -357,7 +357,7 @@ jobs:
357357 CYPRESS_INSTALL_BINARY : " 0"
358358
359359 steps :
360- - uses : actions/checkout@v3
360+ - uses : actions/checkout@v4
361361
362362 - uses : actions/setup-node@v3
363363 with :
@@ -473,7 +473,7 @@ jobs:
473473 CYPRESS_INSTALL_BINARY : " 0"
474474
475475 steps :
476- - uses : actions/checkout@v3
476+ - uses : actions/checkout@v4
477477
478478 - uses : actions/setup-node@v3
479479 with :
Original file line number Diff line number Diff line change 2020 options : --user 1001
2121 steps :
2222 - name : Check out latest cypress-io/cypress-realworld-app
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 repository : cypress-io/cypress-realworld-app
2626
You can’t perform that action at this time.
0 commit comments