Skip to content

Commit

Permalink
Bump actions/checkout to v4 (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: tinyboxvk <[email protected]>
  • Loading branch information
tinyboxvk authored Nov 12, 2024
1 parent aabbd16 commit 3db721e
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64_linux_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Check docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aarch64_linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
TARGET: ${{ matrix.targets[0] }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: make --directory=cmake/ci ${TARGET}_build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_freebsd_cmake.yml_disabled
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
make:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: vagrant version
run: Vagrant --version
- name: VirtualBox version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Check docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Env
run: make --directory=cmake/ci amd64_env
- name: Devel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/checkout@v4
- name: Install Bazel
run: |
brew update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/amd64_macos_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check cmake
run: cmake --version
- name: Configure
Expand All @@ -31,7 +31,7 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check cmake
run: cmake --version
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Configure
run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm64_macos_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/checkout@v4
- name: Install Bazel
run: |
brew update
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64_macos_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check cmake
run: cmake --version
- name: Configure
Expand All @@ -31,7 +31,7 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check cmake
run: cmake --version
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm_linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
TARGET: ${{ matrix.targets[0] }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: make --directory=cmake/ci ${TARGET}_build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mips_linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
TARGET: ${{ matrix.targets[0] }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: make --directory=cmake/ci ${TARGET}_build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/power_linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
TARGET: ${{ matrix.targets[0] }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: make --directory=cmake/ci ${TARGET}_build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/riscv_linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
TARGET: ${{ matrix.targets[0] }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: make --directory=cmake/ci ${TARGET}_build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s390x_linux_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
TARGET: ${{ matrix.targets[0] }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: make --directory=cmake/ci ${TARGET}_build
- name: Test
Expand Down

0 comments on commit 3db721e

Please sign in to comment.