DEV: Update CI workflows
This commit is contained in:
		
							parent
							
								
									9adaef17cc
								
							
						
					
					
						commit
						7b912d9252
					
				|  | @ -108,7 +108,7 @@ jobs: | ||||||
|           bundle config without 'development' |           bundle config without 'development' | ||||||
| 
 | 
 | ||||||
|       - name: Bundler cache |       - name: Bundler cache | ||||||
|         uses: actions/cache@v1 |         uses: actions/cache@v2 | ||||||
|         id: bundler-cache |         id: bundler-cache | ||||||
|         with: |         with: | ||||||
|           path: vendor/bundle |           path: vendor/bundle | ||||||
|  | @ -124,7 +124,7 @@ jobs: | ||||||
|         run: echo "::set-output name=dir::$(yarn cache dir)" |         run: echo "::set-output name=dir::$(yarn cache dir)" | ||||||
| 
 | 
 | ||||||
|       - name: Yarn cache |       - name: Yarn cache | ||||||
|         uses: actions/cache@v1 |         uses: actions/cache@v2 | ||||||
|         id: yarn-cache |         id: yarn-cache | ||||||
|         with: |         with: | ||||||
|           path: ${{ steps.yarn-cache-dir.outputs.dir }} |           path: ${{ steps.yarn-cache-dir.outputs.dir }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue