mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 15:26:23 +07:00 
			
		
		
		
	GH Actions: version update for actions/cache
The update doesn't actually contain any changed functionality, it's mostly just a change of the Node version used by the action itself (from Node 12 to Node 16), but see the changelog for more info. Refs: * https://github.com/actions/cache/releases/
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/php.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/php.yml
									
									
									
									
										vendored
									
									
								
							| @ -42,7 +42,7 @@ jobs: | |||||||
|           key: ${{ env.key }} |           key: ${{ env.key }} | ||||||
|  |  | ||||||
|       - name: Cache extensions |       - name: Cache extensions | ||||||
|         uses: actions/cache@v2 |         uses: actions/cache@v3 | ||||||
|         with: |         with: | ||||||
|           path: ${{ steps.cache-env.outputs.dir }} |           path: ${{ steps.cache-env.outputs.dir }} | ||||||
|           key: ${{ steps.cache-env.outputs.key }} |           key: ${{ steps.cache-env.outputs.key }} | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 jrfnl
					jrfnl