Skip to content

Commit

Permalink
[CI] bump checkout action to v4 (#3681)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan authored Nov 11, 2023
1 parent 797770d commit 3a64f2e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ch_code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- check: 'cpp-ch'
exclude: ''
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clickhouse_be_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Sleep for Dev PR workflow done
run: |
sleep 15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- check: 'cpp/velox'
exclude: ''
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ubuntu2004-test-spark32:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
ubuntu2004-test-slow-spark32:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
ubuntu2004-test-spark33-slow:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
ubuntu2004-test-spark33:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
ubuntu2004-test-spark34-slow:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
ubuntu2004-test-spark34:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
ubuntu2204-test:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
centos8-test:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
centos7-test:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
static-build-test:
runs-on: velox-self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup docker container
run: |
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velox_tpch_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: velox-self-hosted
container: ubuntu:22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: apt-get update && apt-get install ca-certificates -y && update-ca-certificates
- run: sed -i 's/http\:\/\/archive.ubuntu.com/https\:\/\/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
- run: apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velox_tpch_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: velox-self-hosted
container: ubuntu:22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: apt-get update && apt-get install ca-certificates -y && update-ca-certificates
- run: sed -i 's/http\:\/\/archive.ubuntu.com/https\:\/\/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
- run: apt-get update
Expand Down

0 comments on commit 3a64f2e

Please sign in to comment.