Skip to content

Commit

Permalink
chore(ci): upgrade to actions/checkout@v4 [skip ci] (#12690)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Sep 5, 2023
1 parent d1e6079 commit 0c6e924
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/backup/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Build Tool
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: ./.github/actions/setup_docker
id: login
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/backup/dev-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- x86_64
- aarch64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# fetch all tags, metasrv and metaclient need tag as its version.
fetch-depth: 0
Expand All @@ -43,15 +43,15 @@ jobs:
# runs-on: macos-11
# needs: build_macos
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - uses: ./.github/actions/test_stateless_standalone_macos

test_stateless_cluster_macos:
name: "test_stateless_cluster_macos(optional)"
runs-on: macos-11
needs: build_macos
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/test_stateless_cluster_macos
env:
SQLALCHEMY_SILENCE_UBER_WARNING: "1"
Expand All @@ -62,5 +62,5 @@ jobs:
# runs-on: macos-11
# needs: build_macos
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - uses: ./.github/actions/test_sqllogic_standalone_macos
4 changes: 2 additions & 2 deletions .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/build_bindings_python
Expand All @@ -53,7 +53,7 @@ jobs:
- x86_64-apple-darwin
- aarch64-apple-darwin
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/build_bindings_python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
base:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/setup_docker
id: login
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- gnu
- musl
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/setup_docker
id: login
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
needs: base
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/setup_docker
id: login
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
outputs:
sha: ${{ steps.sha.outputs.sha }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: "refs/pull/${{ github.event.number }}/merge"
Expand All @@ -47,7 +47,7 @@ jobs:
outputs:
tag: ${{ steps.prepare.outputs.tag }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download artifact
uses: ./.github/actions/artifact_download
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: crowdin action
uses: crowdin/github-action@v1
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: ${{ steps.generated-tag.outputs.tag }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get latest tag
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- aarch64
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get target
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- musl
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get the version
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- gnu
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get the version
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
needs: create_release
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
Expand All @@ -318,7 +318,7 @@ jobs:
needs: [create_release, linux]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
- distroless
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
- deb
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install nfpm@latest
run: |
curl -sSLo nfpm.tar.gz https://github.com/goreleaser/nfpm/releases/download/v2.26.0/nfpm_2.26.0_Linux_x86_64.tar.gz
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
runs-on: ubuntu-latest
needs: [create_release, distribution]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/publish_deb
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -513,7 +513,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: download sha256sums
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
- distribution
- deb
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
status="${{ (contains(needs.*.result, 'failure') && 'failure') || (contains(needs.*.result, 'cancelled') && 'cancelled') || 'success' }}"
jq -n -f .github/release-report.jq \
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/reuse.benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
fail-fast: true
max-parallel: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: inputs.source == 'release'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: inputs.source == 'pr'
with:
ref: "refs/pull/${{ inputs.source_id }}/merge"
Expand Down Expand Up @@ -104,9 +104,9 @@ jobs:
fail-fast: true
max-parallel: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: inputs.source == 'release'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: inputs.source == 'pr'
with:
ref: "refs/pull/${{ inputs.source_id }}/merge"
Expand All @@ -131,7 +131,7 @@ jobs:
if: inputs.source == 'pr'
runs-on: [self-hosted, X64, Linux, 4c8g, "${{ inputs.runner_provider }}"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt update -y
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- "tpch"
- "hits"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt update -y
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse.linux.hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
include:
- { arch: x86_64, libc: gnu }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# fetch all tags, metasrv and metaclient need tag as its version.
fetch-depth: 0
Expand All @@ -44,7 +44,7 @@ jobs:
needs: build
runs-on: [self-hosted, X64, Linux, 4c8g, "${{ inputs.runner_provider }}"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/test_stateful_hive_standalone
timeout-minutes: 10
with:
Expand Down
Loading

1 comment on commit 0c6e924

@vercel
Copy link

@vercel vercel bot commented on 0c6e924 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend.vercel.app
databend-git-main-databend.vercel.app
databend-databend.vercel.app
databend.rs

Please sign in to comment.