mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-03 21:33:42 +00:00 
			
		
		
		
	chore: bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									f4c54a3fe8
								
							
						
					
					
						commit
						8e1c81bcba
					
				
							
								
								
									
										10
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -12,7 +12,7 @@ jobs:
 | 
				
			|||||||
        os: [windows, ubuntu, macos]
 | 
					        os: [windows, ubuntu, macos]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out this repository
 | 
					      - name: Check out this repository
 | 
				
			||||||
        uses: actions/checkout@v3.4.0
 | 
					        uses: actions/checkout@v3.5.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Move test project to the working directory
 | 
					      - name: Move test project to the working directory
 | 
				
			||||||
        run: mv test/* .
 | 
					        run: mv test/* .
 | 
				
			||||||
@ -27,7 +27,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out this repository
 | 
					      - name: Check out this repository
 | 
				
			||||||
        uses: actions/checkout@v3.4.0
 | 
					        uses: actions/checkout@v3.5.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Use this action with specified directories
 | 
					      - name: Use this action with specified directories
 | 
				
			||||||
        uses: ./
 | 
					        uses: ./
 | 
				
			||||||
@ -47,7 +47,7 @@ jobs:
 | 
				
			|||||||
        compiler: [gcc, msvc]
 | 
					        compiler: [gcc, msvc]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out this repository
 | 
					      - name: Check out this repository
 | 
				
			||||||
        uses: actions/checkout@v3.4.0
 | 
					        uses: actions/checkout@v3.5.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Use this action with additional compiler flags
 | 
					      - name: Use this action with additional compiler flags
 | 
				
			||||||
        uses: ./
 | 
					        uses: ./
 | 
				
			||||||
@ -67,7 +67,7 @@ jobs:
 | 
				
			|||||||
        os: [windows, ubuntu, macos]
 | 
					        os: [windows, ubuntu, macos]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out this repository
 | 
					      - name: Check out this repository
 | 
				
			||||||
        uses: actions/checkout@v3.4.0
 | 
					        uses: actions/checkout@v3.5.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Use this action with specified compilers
 | 
					      - name: Use this action with specified compilers
 | 
				
			||||||
        uses: ./
 | 
					        uses: ./
 | 
				
			||||||
@ -88,7 +88,7 @@ jobs:
 | 
				
			|||||||
        os: [windows, ubuntu, macos]
 | 
					        os: [windows, ubuntu, macos]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Check out this repository
 | 
					      - name: Check out this repository
 | 
				
			||||||
        uses: actions/checkout@v3.4.0
 | 
					        uses: actions/checkout@v3.5.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Use this action with a specified generator
 | 
					      - name: Use this action with a specified generator
 | 
				
			||||||
        uses: ./
 | 
					        uses: ./
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user