mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Bump up actions/checkout version to v4 (#2760)
This commit is contained in:
		 Krzysiek Karbowiak
					Krzysiek Karbowiak
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							b735dfce2d
						
					
				
				
					commit
					01cac90c62
				
			
							
								
								
									
										2
									
								
								.github/workflows/linux-bazel-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-bazel-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -11,7 +11,7 @@ jobs: | |||||||
|         compilation_mode: [fastbuild, dbg, opt] |         compilation_mode: [fastbuild, dbg, opt] | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v3 |     - uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|     - name: Mount bazel cache |     - name: Mount bazel cache | ||||||
|       uses: actions/cache@v3 |       uses: actions/cache@v3 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/linux-meson-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-meson-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -18,7 +18,7 @@ jobs: | |||||||
|             other_pkgs: clang-11 |             other_pkgs: clang-11 | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|     - name: Prepare environment |     - name: Prepare environment | ||||||
|       run: sudo apt-get install -y meson ninja-build ${{matrix.other_pkgs}} |       run: sudo apt-get install -y meson ninja-build ${{matrix.other_pkgs}} | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/linux-other-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-other-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -70,7 +70,7 @@ jobs: | |||||||
|  |  | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|     - name: Prepare environment |     - name: Prepare environment | ||||||
|       run: sudo apt-get install -y ninja-build ${{matrix.other_pkgs}} |       run: sudo apt-get install -y ninja-build ${{matrix.other_pkgs}} | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/linux-simple-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-simple-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -83,7 +83,7 @@ jobs: | |||||||
|             other_pkgs: g++-10 |             other_pkgs: g++-10 | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|     - name: Add repositories for older GCC |     - name: Add repositories for older GCC | ||||||
|       run: | |       run: | | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/mac-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -22,7 +22,7 @@ jobs: | |||||||
|             extra_tests: ON |             extra_tests: ON | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|     - name: Configure build |     - name: Configure build | ||||||
|       working-directory: ${{runner.workspace}} |       working-directory: ${{runner.workspace}} | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/validate-header-guards.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/validate-header-guards.yml
									
									
									
									
										vendored
									
									
								
							| @@ -9,7 +9,7 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|  |  | ||||||
|       - name: Checkout source code |       - name: Checkout source code | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|       - name: Setup Dependencies |       - name: Setup Dependencies | ||||||
|         uses: actions/setup-python@v2 |         uses: actions/setup-python@v2 | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/windows-simple-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows-simple-builds.yml
									
									
									
									
										vendored
									
									
								
							| @@ -13,7 +13,7 @@ jobs: | |||||||
|         build_type: [Debug, Release] |         build_type: [Debug, Release] | ||||||
|         std: [14, 17] |         std: [14, 17] | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|       - name: Configure build |       - name: Configure build | ||||||
|         working-directory: ${{runner.workspace}} |         working-directory: ${{runner.workspace}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user