mirror of
				https://github.com/Swatinem/rust-cache
				synced 2025-11-03 22:19:10 +00:00 
			
		
		
		
	Upgrade checkout action from version 3 to 4 (#190)
This fixes issue #189. This is necessary because GitHub actions are going to drop support for Node.js 16. Version 4 uses Node.js 20. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
This commit is contained in:
		
							parent
							
								
									1582741630
								
							
						
					
					
						commit
						640a22190e
					
				
					 9 changed files with 9 additions and 9 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/buildjet.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/buildjet.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
      CARGO_TERM_COLOR: always
 | 
					      CARGO_TERM_COLOR: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
					      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/check-dist.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check-dist.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -15,7 +15,7 @@ jobs:
 | 
				
			||||||
  check-dist:
 | 
					  check-dist:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js 20.x
 | 
					      - name: Setup Node.js 20.x
 | 
				
			||||||
        uses: actions/setup-node@v3
 | 
					        uses: actions/setup-node@v3
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/coverage.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/coverage.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
      CARGO_TERM_COLOR: always
 | 
					      CARGO_TERM_COLOR: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update
 | 
					      - run: rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/git-registry.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/git-registry.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -17,7 +17,7 @@ jobs:
 | 
				
			||||||
      CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
 | 
					      CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
					      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
      CARGO_TERM_COLOR: always
 | 
					      CARGO_TERM_COLOR: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
					      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/simple.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/simple.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
      CARGO_TERM_COLOR: always
 | 
					      CARGO_TERM_COLOR: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
					      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/target-dir.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/target-dir.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
      CARGO_TERM_COLOR: always
 | 
					      CARGO_TERM_COLOR: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
					      - run: rustup toolchain install stable --profile minimal --no-self-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/workspaces.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/workspaces.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
      CARGO_TERM_COLOR: always
 | 
					      CARGO_TERM_COLOR: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update
 | 
					      - run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ sensible defaults.
 | 
				
			||||||
## Example usage
 | 
					## Example usage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
- uses: actions/checkout@v3
 | 
					- uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# selecting a toolchain either by action or manual `rustup` calls should happen
 | 
					# selecting a toolchain either by action or manual `rustup` calls should happen
 | 
				
			||||||
# before the plugin, as the cache uses the current rustc version as its cache key
 | 
					# before the plugin, as the cache uses the current rustc version as its cache key
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue