ci: Update actions/checkout to v4
Fixes the following warnings in Actions:
    Node.js 16 actions are deprecated. Please update the following
    actions to use Node.js 20: actions/checkout@v3.
Signed-off-by: Tim Crawford <tcrawford@system76.com>
			
			
This commit is contained in:
		
				
					committed by
					
						 Jeremy Soller
						Jeremy Soller
					
				
			
			
				
	
			
			
			
						parent
						
							16e4f93f2c
						
					
				
				
					commit
					6aced2fd57
				
			
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ jobs: | ||||
|     outputs: | ||||
|       boards: ${{ steps.board-matrix.outputs.boards }} | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/checkout@v4 | ||||
|  | ||||
|       - name: Install dependencies | ||||
|         run: ./scripts/deps.sh | ||||
| @@ -37,7 +37,7 @@ jobs: | ||||
|  | ||||
|     runs-on: ubuntu-22.04 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/checkout@v4 | ||||
|  | ||||
|       - name: Install dependencies | ||||
|         run: ./scripts/deps.sh | ||||
| @@ -54,7 +54,7 @@ jobs: | ||||
|         # TODO: Conditionally build based on files changed? | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - uses: actions/checkout@v4 | ||||
|  | ||||
|       - name: Install dependencies | ||||
|         run: ./scripts/deps.sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user