mirror of https://github.com/curbengh/hexo-yam
				
				
				
			chore(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									be96f15ceb
								
							
						
					
					
						commit
						eca9b2b7c9
					
				|  | @ -6,7 +6,7 @@ jobs: | |||
|   linter: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - name: Use Node.js 14.x | ||||
|         uses: actions/setup-node@v2.1.5 | ||||
|         with: | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ jobs: | |||
|   security: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - name: Use Node.js 14.x | ||||
|         uses: actions/setup-node@v2.1.5 | ||||
|         with: | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ jobs: | |||
|         node-version: ['12', '14', '15', '16'] | ||||
|       fail-fast: false | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - name: Use Node.js ${{ matrix.node-version }} | ||||
|         uses: actions/setup-node@v2.1.5 | ||||
|         with: | ||||
|  | @ -35,7 +35,7 @@ jobs: | |||
|         os: [ubuntu-latest] | ||||
|         node-version: ['14.x'] | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - name: Use Node.js ${{ matrix.node-version }} | ||||
|         uses: actions/setup-node@v2.1.5 | ||||
|         with: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue