mirror of
				https://github.com/google/cpu_features.git
				synced 2025-11-04 06:40:54 +01:00 
			
		
		
		
	Bump actions/checkout from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
				
					committed by
					
						
						Mizux Seiha
					
				
			
			
				
	
			
			
			
						parent
						
							6516495ce9
						
					
				
				
					commit
					ed3cc44739
				
			
							
								
								
									
										2
									
								
								.github/workflows/aarch64_linux_bazel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/aarch64_linux_bazel.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,7 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-24.04-arm
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        uses: actions/checkout@v5
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: make --directory=bazel/ci arm64_build
 | 
			
		||||
      - name: Test
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/aarch64_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/aarch64_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,7 +21,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      TARGET: ${{ matrix.targets[0] }}
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: make --directory=cmake/ci ${TARGET}_build
 | 
			
		||||
    - name: Test
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/amd64_linux_bazel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/amd64_linux_bazel.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,7 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        uses: actions/checkout@v5
 | 
			
		||||
      - name: Set up QEMU
 | 
			
		||||
        uses: docker/setup-qemu-action@v3
 | 
			
		||||
      - name: Check docker
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/amd64_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/amd64_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -12,7 +12,7 @@ jobs:
 | 
			
		||||
  make:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Env
 | 
			
		||||
      run: make --directory=cmake/ci amd64_env
 | 
			
		||||
    - name: Devel
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/amd64_macos_bazel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/amd64_macos_bazel.yml
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,7 @@ jobs:
 | 
			
		||||
    runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        uses: actions/checkout@v5
 | 
			
		||||
      - name: Install Bazel
 | 
			
		||||
        run: |
 | 
			
		||||
          brew update
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/amd64_macos_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/amd64_macos_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -15,7 +15,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      CTEST_OUTPUT_ON_FAILURE: 1
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Check cmake
 | 
			
		||||
      run: cmake --version
 | 
			
		||||
    - name: Configure
 | 
			
		||||
@@ -31,7 +31,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      CTEST_OUTPUT_ON_FAILURE: 1
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Check cmake
 | 
			
		||||
      run: cmake --version
 | 
			
		||||
    - name: Configure
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/amd64_windows_bazel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/amd64_windows_bazel.yml
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,7 @@ jobs:
 | 
			
		||||
    runs-on: windows-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        uses: actions/checkout@v5
 | 
			
		||||
      - name: Install Bazel
 | 
			
		||||
        run: |
 | 
			
		||||
          choco install bazel
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/amd64_windows_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/amd64_windows_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      CTEST_OUTPUT_ON_FAILURE: 1
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Configure
 | 
			
		||||
      run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release
 | 
			
		||||
    - name: Build
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/arm64_macos_bazel.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/arm64_macos_bazel.yml
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,7 @@ jobs:
 | 
			
		||||
    runs-on: macos-latest # Using M1 processors, ref: https://github.com/actions/runner-images
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
        uses: actions/checkout@v5
 | 
			
		||||
      - name: Install Bazel
 | 
			
		||||
        run: |
 | 
			
		||||
          brew update
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/arm64_macos_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/arm64_macos_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -15,7 +15,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      CTEST_OUTPUT_ON_FAILURE: 1
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Check cmake
 | 
			
		||||
      run: cmake --version
 | 
			
		||||
    - name: Configure
 | 
			
		||||
@@ -31,7 +31,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      CTEST_OUTPUT_ON_FAILURE: 1
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Check cmake
 | 
			
		||||
      run: cmake --version
 | 
			
		||||
    - name: Configure
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/arm_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/arm_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,7 +21,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      TARGET: ${{ matrix.targets[0] }}
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: make --directory=cmake/ci ${TARGET}_build
 | 
			
		||||
    - name: Test
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/clang_format.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/clang_format.yml
									
									
									
									
										vendored
									
									
								
							@@ -7,7 +7,7 @@ jobs:
 | 
			
		||||
  clang-format:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Fetch origin/main
 | 
			
		||||
      run: git fetch origin main
 | 
			
		||||
    - name: List of changed file(s)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/mips_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mips_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -23,7 +23,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      TARGET: ${{ matrix.targets[0] }}
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: make --directory=cmake/ci ${TARGET}_build
 | 
			
		||||
    - name: Test
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/power_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/power_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      TARGET: ${{ matrix.targets[0] }}
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: make --directory=cmake/ci ${TARGET}_build
 | 
			
		||||
    - name: Test
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/riscv_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/riscv_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,7 +21,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      TARGET: ${{ matrix.targets[0] }}
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: make --directory=cmake/ci ${TARGET}_build
 | 
			
		||||
    - name: Test
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/s390x_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/s390x_linux_cmake.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,7 @@ jobs:
 | 
			
		||||
    env:
 | 
			
		||||
      TARGET: ${{ matrix.targets[0] }}
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - uses: actions/checkout@v5
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: make --directory=cmake/ci ${TARGET}_build
 | 
			
		||||
    - name: Test
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user