From 3153df018db6fc73b83849782d126f094e356e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:10:06 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/weekly.yml | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 764fdcbf..50b4e260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: run: | sudo apt update sudo apt install ninja-build - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests env: CC: clang @@ -29,7 +29,7 @@ jobs: name: Ubuntu (make, gcc) runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests env: CC: gcc @@ -45,7 +45,7 @@ jobs: - name: Prepare run: | brew install ninja - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | scripts/test.sh @@ -55,7 +55,7 @@ jobs: runs-on: windows-2022 steps: - uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0 - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | cmake . diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index cbb5dac7..3fe9d172 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -24,7 +24,7 @@ jobs: uses: aminya/setup-cpp@290824452986e378826155f3379d31bce8753d76 # v0.37.0 with: llvm: ${{ matrix.clang-version }} - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | scripts/initbuild.sh make-concurrent @@ -38,7 +38,7 @@ jobs: run: | sudo apt update sudo apt install gcc-multilib g++-multilib - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests env: CC: clang @@ -64,7 +64,7 @@ jobs: sudo dpkg -i ./cpp-4.4_4.4.7-8ubuntu1_amd64.deb sudo dpkg -i ./gcc-4.4_4.4.7-8ubuntu1_amd64.deb sudo dpkg -i ./libstdc++6-4.4-dev_4.4.7-8ubuntu1_amd64.deb ./g++-4.4_4.4.7-8ubuntu1_amd64.deb - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests env: CC: gcc-4.4 @@ -85,7 +85,7 @@ jobs: uses: aminya/setup-cpp@290824452986e378826155f3379d31bce8753d76 # v0.37.0 with: gcc: ${{ matrix.gcc-version }} - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | scripts/initbuild.sh make-concurrent @@ -99,7 +99,7 @@ jobs: run: | sudo apt update sudo apt install gcc-multilib g++-multilib - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | scripts/initbuild.sh make-32bit @@ -125,7 +125,7 @@ jobs: run: | source /opt/intel/oneapi/setvars.sh printenv >> $GITHUB_ENV - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests env: CC: ${{ matrix.compiler }} @@ -138,7 +138,7 @@ jobs: name: macOS Clang runs-on: macos-14 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | scripts/initbuild.sh make-concurrent @@ -148,7 +148,7 @@ jobs: name: macOS Clang (x86) runs-on: macos-13 # Last macos x86 runner steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | scripts/initbuild.sh make-concurrent @@ -162,7 +162,7 @@ jobs: matrix: gcc-version: [11, 14] steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Prepare run: | # Install gcc if not already available. @@ -184,7 +184,7 @@ jobs: matrix: gcc-version: [10, 14] steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Prepare run: | # Install gcc if not already available. @@ -207,7 +207,7 @@ jobs: version: [2019, 2022] steps: - uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0 - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | cmake . @@ -222,7 +222,7 @@ jobs: uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be # v2.0.2 with: cmake-version: 2.8.12 - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build and run tests run: | cmake --version