build(deps): bump actions/cache from v2 to v2.1.4 (#28)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							| @@ -25,7 +25,7 @@ jobs: | ||||
|           node-version: ${{ matrix.node-version }} | ||||
|  | ||||
|       - name: 'Cache dependencies' | ||||
|         uses: 'actions/cache@v2' | ||||
|         uses: 'actions/cache@v2.1.4' | ||||
|         with: | ||||
|           path: | | ||||
|             **/node_modules | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/npm-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/npm-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -13,7 +13,7 @@ jobs: | ||||
|       - uses: 'actions/checkout@v2' | ||||
|  | ||||
|       - name: 'Cache dependencies' | ||||
|         uses: 'actions/cache@v2' | ||||
|         uses: 'actions/cache@v2.1.4' | ||||
|         with: | ||||
|           path: '**/node_modules' | ||||
|           key: ${{ runner.os }}-${{ hashFiles('**/package.json') }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user