|
13 | 13 | timeout-minutes: 60 |
14 | 14 | steps: |
15 | 15 | - name: Checkout repository |
16 | | - uses: actions/checkout@v2 |
| 16 | + uses: actions/checkout@v3 |
17 | 17 |
|
18 | 18 | - name: Read .nvmrc |
19 | 19 | run: echo ::set-output name=NVMRC::$(cat .nvmrc) |
|
49 | 49 | timeout-minutes: 60 |
50 | 50 | steps: |
51 | 51 | - name: Checkout repository |
52 | | - uses: actions/checkout@v2 |
| 52 | + uses: actions/checkout@v3 |
53 | 53 |
|
54 | 54 | - name: Read .nvmrc |
55 | 55 | run: echo ::set-output name=NVMRC::$(cat .nvmrc) |
|
85 | 85 | timeout-minutes: 60 |
86 | 86 | steps: |
87 | 87 | - name: Checkout repository |
88 | | - uses: actions/checkout@v2 |
| 88 | + uses: actions/checkout@v3 |
89 | 89 |
|
90 | 90 | - name: Read .nvmrc |
91 | 91 | run: echo ::set-output name=NVMRC::$(cat .nvmrc) |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | timeout-minutes: 60 |
122 | 122 | steps: |
123 | 123 | - name: Checkout repository |
124 | | - uses: actions/checkout@v2 |
| 124 | + uses: actions/checkout@v3 |
125 | 125 |
|
126 | 126 | - name: Read .nvmrc |
127 | 127 | run: echo ::set-output name=NVMRC::$(cat .nvmrc) |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | timeout-minutes: 60 |
158 | 158 | steps: |
159 | 159 | - name: Checkout repository |
160 | | - uses: actions/checkout@v2 |
| 160 | + uses: actions/checkout@v3 |
161 | 161 |
|
162 | 162 | - name: Read .nvmrc |
163 | 163 | run: echo ::set-output name=NVMRC::$(cat .nvmrc) |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | # timeout-minutes: 20 |
210 | 210 | # steps: |
211 | 211 | # - name: Checkout repository |
212 | | -# uses: actions/checkout@v2 |
| 212 | +# uses: actions/checkout@v3 |
213 | 213 | # |
214 | 214 | # - name: Read .nvmrc |
215 | 215 | # run: echo ::set-output name=NVMRC::$(cat .nvmrc) |
@@ -248,7 +248,7 @@ jobs: |
248 | 248 | # timeout-minutes: 20 |
249 | 249 | # steps: |
250 | 250 | # - name: Checkout repository |
251 | | -# uses: actions/checkout@v2 |
| 251 | +# uses: actions/checkout@v3 |
252 | 252 | # |
253 | 253 | # - name: Read .nvmrc |
254 | 254 | # run: iex "echo '::set-output name=NVMRC::$(type .nvmrc)'" |
|
0 commit comments