upgrade actions/checkout to v4 (#868) · actions/setup-node@23755b5 (original) (raw)

`@@ -83,7 +83,7 @@ See action.yml

`

83

83

``

84

84

```` ```yaml


`85`

`85`

`steps:

`

`86`

``

`-

- uses: actions/checkout@v3

`

``

`86`

`+

- uses: actions/checkout@v4

`

`87`

`87`

`- uses: actions/setup-node@v3

`

`88`

`88`

`with:

`

`89`

`89`

`node-version: 18

`

`` @@ -132,7 +132,7 @@ See the examples of using cache for `yarn`/`pnpm` and `cache-dependency-path` in

``

`132`

`132`

``

`133`

`133`

```` ```yaml

134

134

`steps:

`

135

``

`-

`

``

135

`+

`

136

136

`- uses: actions/setup-node@v3

`

137

137

` with:

`

138

138

` node-version: 16

`

`@@ -145,7 +145,7 @@ steps:

`

145

145

``

146

146

```` ```yaml

````

147

147

`steps:

`

148

``

`-

`

``

148

`+

`

149

149

`- uses: actions/setup-node@v3

`

150

150

` with:

`

151

151

` node-version: 16

`

`@@ -166,7 +166,7 @@ jobs:

`

166

166

` node: [ 14, 16, 18 ]

`

167

167

` name: Node ${{ matrix.node }} sample

`

168

168

` steps:

`

169

``

`-

`

``

169

`+

`

170

170

` - name: Setup node

`

171

171

` uses: actions/setup-node@v3

`

172

172

` with:

`