Skip to content

Commit

Permalink
Update GA Checkout to v3 (bazel-contrib#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthab authored Jul 17, 2023
1 parent 435a29c commit f94335f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- script: run_external_tests.sh
bazel_version: 5.1.0
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: test
env:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
Expand All @@ -31,25 +31,25 @@ jobs:
matrix:
script: [archlinux, debian, fedora, suse_leap, suse_tumbleweed, ubuntu_20_04, ubuntu_22_04, linux_sysroot]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: test
run: tests/scripts/${{ matrix.script }}_test.sh
xcompile_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: test
run: tests/scripts/run_xcompile_tests.sh
abs_paths_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: test
run: tests/scripts/run_tests.sh -t @llvm_toolchain_with_absolute_paths//:cc-toolchain-x86_64-linux
sys_paths_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Download and Extract LLVM distribution
env:
release: "llvmorg-15.0.6"
Expand Down

0 comments on commit f94335f

Please sign in to comment.