mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 16:23:48 +00:00 
			
		
		
		
	Bump actions/setup-node from 4 to 5 in the actions group (#259)
Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									cb8ffc21fa
								
							
						
					
					
						commit
						94b28bf00e
					
				
							
								
								
									
										2
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							| @ -19,7 +19,7 @@ jobs: | |||||||
|       - uses: actions/checkout@v5 |       - uses: actions/checkout@v5 | ||||||
| 
 | 
 | ||||||
|       - name: Setup Node.js 20.x |       - name: Setup Node.js 20.x | ||||||
|         uses: actions/setup-node@v4 |         uses: actions/setup-node@v5 | ||||||
|         with: |         with: | ||||||
|           node-version: 20.x |           node-version: 20.x | ||||||
|           cache: npm |           cache: npm | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/dependabot.yml
									
									
									
									
										vendored
									
									
								
							| @ -35,7 +35,7 @@ jobs: | |||||||
|           fi |           fi | ||||||
|       - name: Setup node if necessary |       - name: Setup node if necessary | ||||||
|         if: steps.npm.outputs.changed != '' |         if: steps.npm.outputs.changed != '' | ||||||
|         uses: actions/setup-node@v4 |         uses: actions/setup-node@v5 | ||||||
|         with: |         with: | ||||||
|           node-version: 20.x |           node-version: 20.x | ||||||
|           cache: npm |           cache: npm | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user