mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-03 21:33:42 +00:00 
			
		
		
		
	chore: bump actions/checkout from 4.2.1 to 4.2.2 (#488)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 7s
				
			
		
			
				
	
				Check / Check Package (push) Failing after 2s
				
			
		
			
				
	
				Test / Test Package (push) Failing after 2s
				
			
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 33s
				
			
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 36s
				
			
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 32s
				
			
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s
				
			
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s
				
			
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled
				
			
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build / Build Package (push) Failing after 7s
				
			Check / Check Package (push) Failing after 2s
				
			Test / Test Package (push) Failing after 2s
				
			Test / Test Action (ubuntu-22.04) (push) Failing after 33s
				
			Test / Test Action With Specified Directories (push) Failing after 36s
				
			Test / Test Action Without Run Build (push) Failing after 32s
				
			Test / Test Action With Additional Options (push) Failing after 2s
				
			Test / Test Action With Custom Generator (push) Failing after 2s
				
			Test / Test Action (windows-2022) (push) Has been cancelled
				
			Test / Test Action (macos-14) (push) Has been cancelled
				
			Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [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/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									77cd495728
								
							
						
					
					
						commit
						18502f7faf
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@ -10,7 +10,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Project
 | 
					      - name: Checkout Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js
 | 
					      - name: Setup Node.js
 | 
				
			||||||
        uses: actions/setup-node@v4.0.4
 | 
					        uses: actions/setup-node@v4.0.4
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							@ -10,7 +10,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Project
 | 
					      - name: Checkout Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js
 | 
					      - name: Setup Node.js
 | 
				
			||||||
        uses: actions/setup-node@v4.0.4
 | 
					        uses: actions/setup-node@v4.0.4
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										22
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@ -10,7 +10,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Project
 | 
					      - name: Checkout Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js
 | 
					      - name: Setup Node.js
 | 
				
			||||||
        uses: actions/setup-node@v4.0.4
 | 
					        uses: actions/setup-node@v4.0.4
 | 
				
			||||||
@ -32,13 +32,13 @@ jobs:
 | 
				
			|||||||
        os: [ubuntu-22.04, macos-14, windows-2022]
 | 
					        os: [ubuntu-22.04, macos-14, windows-2022]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Sample Project
 | 
					      - name: Checkout Sample Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          repository: threeal/cpp-starter
 | 
					          repository: threeal/cpp-starter
 | 
				
			||||||
          ref: v1.0.0
 | 
					          ref: v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Checkout Action
 | 
					      - name: Checkout Action
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: cmake-action
 | 
					          path: cmake-action
 | 
				
			||||||
          sparse-checkout: |
 | 
					          sparse-checkout: |
 | 
				
			||||||
@ -58,14 +58,14 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Sample Project
 | 
					      - name: Checkout Sample Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          repository: threeal/cpp-starter
 | 
					          repository: threeal/cpp-starter
 | 
				
			||||||
          ref: v1.0.0
 | 
					          ref: v1.0.0
 | 
				
			||||||
          path: project
 | 
					          path: project
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Checkout Action
 | 
					      - name: Checkout Action
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: cmake-action
 | 
					          path: cmake-action
 | 
				
			||||||
          sparse-checkout: |
 | 
					          sparse-checkout: |
 | 
				
			||||||
@ -88,13 +88,13 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Sample Project
 | 
					      - name: Checkout Sample Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          repository: threeal/cpp-starter
 | 
					          repository: threeal/cpp-starter
 | 
				
			||||||
          ref: v1.0.0
 | 
					          ref: v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Checkout Action
 | 
					      - name: Checkout Action
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: cmake-action
 | 
					          path: cmake-action
 | 
				
			||||||
          sparse-checkout: |
 | 
					          sparse-checkout: |
 | 
				
			||||||
@ -115,13 +115,13 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Sample Project
 | 
					      - name: Checkout Sample Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          repository: threeal/cpp-starter
 | 
					          repository: threeal/cpp-starter
 | 
				
			||||||
          ref: v1.0.0
 | 
					          ref: v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Checkout Action
 | 
					      - name: Checkout Action
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: cmake-action
 | 
					          path: cmake-action
 | 
				
			||||||
          sparse-checkout: |
 | 
					          sparse-checkout: |
 | 
				
			||||||
@ -142,13 +142,13 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout Sample Project
 | 
					      - name: Checkout Sample Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          repository: threeal/cpp-starter
 | 
					          repository: threeal/cpp-starter
 | 
				
			||||||
          ref: v1.0.0
 | 
					          ref: v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Checkout Action
 | 
					      - name: Checkout Action
 | 
				
			||||||
        uses: actions/checkout@v4.2.1
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: cmake-action
 | 
					          path: cmake-action
 | 
				
			||||||
          sparse-checkout: |
 | 
					          sparse-checkout: |
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user