From 2e8c51c95d6ac40ccebd43ea2c9a5b974ee4daba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:50:10 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- .github/workflows/indent.yml | 2 +- .github/workflows/linux.yml | 14 +++++++------- .github/workflows/osx.yml | 4 ++-- .github/workflows/tidy.yml | 2 +- .github/workflows/windows.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 80851a9ed6..582ad8f0be 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/.github/workflows/indent.yml b/.github/workflows/indent.yml index 34c5a7e4ea..96204f61f1 100644 --- a/.github/workflows/indent.yml +++ b/.github/workflows/indent.yml @@ -17,7 +17,7 @@ jobs: runs-on: [ubuntu-20.04] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 100 - name: setup diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 94819b1e2a..6f9e8ea691 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -41,7 +41,7 @@ jobs: options: --user root steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: info run: | python --version @@ -95,7 +95,7 @@ jobs: options: --user root --env OMPI_ALLOW_RUN_AS_ROOT=1 --env OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: info run: | mpicc -v @@ -159,7 +159,7 @@ jobs: # if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: setup apt repo run: | # oneapi-ci/scripts/setup_apt_repo_linux.sh @@ -250,7 +250,7 @@ jobs: CUDA_ROOT: /usr/local/cuda steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: modules run: | wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin @@ -271,7 +271,7 @@ jobs: run: | mpicc -v cmake --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: kokkos/kokkos ref: 3.7.00 @@ -341,7 +341,7 @@ jobs: CUDA_ROOT: /usr/local/cuda steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: modules run: | wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin @@ -363,7 +363,7 @@ jobs: run: | mpicc -v cmake --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: kokkos/kokkos ref: 3.7.00 diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 059a28b564..e51618c34d 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -32,7 +32,7 @@ jobs: # if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: info run: | g++ -v @@ -76,7 +76,7 @@ jobs: # if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: setup run: | brew install openmpi diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index ec2a8c608e..765a60f224 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -27,7 +27,7 @@ jobs: # if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: modules run: | sudo apt-get install -y software-properties-common diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2fad5519e7..f35231c443 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,7 +37,7 @@ jobs: os: [windows-2019, windows-2022] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: info run: | cmake --version -- 2.39.5