Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23755b5

Browse filesBrowse files
upgrade actions/checkout to v4 (#868)
1 parent 54534a2 commit 23755b5
Copy full SHA for 23755b5

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ See [action.yml](action.yml)
8383
8484
```yaml
8585
steps:
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v4
8787
- uses: actions/setup-node@v3
8888
with:
8989
node-version: 18
@@ -132,7 +132,7 @@ See the examples of using cache for `yarn`/`pnpm` and `cache-dependency-path` in
132132

133133
```yaml
134134
steps:
135-
- uses: actions/checkout@v3
135+
- uses: actions/checkout@v4
136136
- uses: actions/setup-node@v3
137137
with:
138138
node-version: 16
@@ -145,7 +145,7 @@ steps:
145145

146146
```yaml
147147
steps:
148-
- uses: actions/checkout@v3
148+
- uses: actions/checkout@v4
149149
- uses: actions/setup-node@v3
150150
with:
151151
node-version: 16
@@ -166,7 +166,7 @@ jobs:
166166
node: [ 14, 16, 18 ]
167167
name: Node ${{ matrix.node }} sample
168168
steps:
169-
- uses: actions/checkout@v3
169+
- uses: actions/checkout@v4
170170
- name: Setup node
171171
uses: actions/setup-node@v3
172172
with:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.