Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 1885917

Browse files
committed
Bump actions/checkout to v4
See actions/checkout#1448.
1 parent c3cc5d1 commit 1885917

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

.github/workflows/cypress-realworld-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

0 commit comments

Comments
 (0)