Update actions/checkout action to v3
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -9,7 +9,7 @@ jobs: | ||||
|       matrix: | ||||
|         os: [ ubuntu-latest, windows-latest, macos-latest ] | ||||
|     steps: | ||||
|       - uses: actions/checkout@v1 | ||||
|       - uses: actions/checkout@v3 | ||||
|  | ||||
|       - name: Configure | ||||
|         run: cmake -DBUILD_TEST=ON . | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/sonarcloud.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/sonarcloud.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ jobs: | ||||
|       SONAR_SERVER_URL: "https://sonarcloud.io" | ||||
|       BUILD_WRAPPER_OUT_DIR: sonar-out # Directory where build-wrapper output will be placed | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v3 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|       - name: Set up JDK 11 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user