mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-11-04 01:36:33 +01:00 
			
		
		
		
	update GitHub actions/checkout to 5
This commit is contained in:
		
							parent
							
								
									7481c8857f
								
							
						
					
					
						commit
						4bc8e6c6ac
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/build-and-test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build-and-test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -13,7 +13,7 @@ jobs:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        version: [12, 13, 14]
 | 
					        version: [12, 13, 14]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v5
 | 
				
			||||||
      - name: Setting up gcc version
 | 
					      - name: Setting up gcc version
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100
 | 
					          sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${{ matrix.version }} 100
 | 
				
			||||||
| 
						 | 
					@ -26,7 +26,7 @@ jobs:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        version: [14, 15, 16, 17, 18]
 | 
					        version: [14, 15, 16, 17, 18]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v5
 | 
				
			||||||
      - name: Install dependencies
 | 
					      - name: Install dependencies
 | 
				
			||||||
        run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-14 clang-15
 | 
					        run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-14 clang-15
 | 
				
			||||||
      - name: Setting up clang version
 | 
					      - name: Setting up clang version
 | 
				
			||||||
| 
						 | 
					@ -40,7 +40,7 @@ jobs:
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: alpine:latest
 | 
					      image: alpine:latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v5
 | 
				
			||||||
      - name: Install dependencies
 | 
					      - name: Install dependencies
 | 
				
			||||||
        run: apk update && apk add build-base python3
 | 
					        run: apk update && apk add build-base python3
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@ jobs:
 | 
				
			||||||
  build-ubuntu-gcc-aarch64:
 | 
					  build-ubuntu-gcc-aarch64:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v5
 | 
				
			||||||
      - name: Install dependencies
 | 
					      - name: Install dependencies
 | 
				
			||||||
        run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libgcc-s1-arm64-cross cpp-aarch64-linux-gnu
 | 
					        run: sudo apt-get update && sudo apt-get install -y --no-install-recommends gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libgcc-s1-arm64-cross cpp-aarch64-linux-gnu
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue