Fixing checkout to reference v1 in readme
This commit is contained in:
		
							parent
							
								
									c35dd24c52
								
							
						
					
					
						commit
						e565252a9d
					
				| @ -34,7 +34,7 @@ jobs: | |||||||
|         node: [ '10', '8' ] |         node: [ '10', '8' ] | ||||||
|     name: Node ${{ matrix.node }} sample |     name: Node ${{ matrix.node }} sample | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@master |       - uses: actions/checkout@v1 | ||||||
|       - name: Setup node |       - name: Setup node | ||||||
|         uses: actions/setup-node@v1 |         uses: actions/setup-node@v1 | ||||||
|         with: |         with: | ||||||
| @ -46,7 +46,7 @@ jobs: | |||||||
| Publish to npmjs and GPR with npm: | Publish to npmjs and GPR with npm: | ||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
| - uses: actions/checkout@master | - uses: actions/checkout@v1 | ||||||
| - uses: actions/setup-node@v1 | - uses: actions/setup-node@v1 | ||||||
|   with: |   with: | ||||||
|     node-version: '10.x' |     node-version: '10.x' | ||||||
| @ -66,7 +66,7 @@ steps: | |||||||
| Publish to npmjs and GPR with yarn: | Publish to npmjs and GPR with yarn: | ||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
| - uses: actions/checkout@master | - uses: actions/checkout@v1 | ||||||
| - uses: actions/setup-node@v1 | - uses: actions/setup-node@v1 | ||||||
|   with: |   with: | ||||||
|     node-version: '10.x' |     node-version: '10.x' | ||||||
| @ -86,7 +86,7 @@ steps: | |||||||
| Use private packages: | Use private packages: | ||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
| - uses: actions/checkout@master | - uses: actions/checkout@v1 | ||||||
| - uses: actions/setup-node@v1 | - uses: actions/setup-node@v1 | ||||||
|   with: |   with: | ||||||
|     node-version: '10.x' |     node-version: '10.x' | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Chris Patterson
						Chris Patterson