Skip to content

Commit

Permalink
Merge pull request #589 from sfu-db/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
wangxiaoying committed Mar 27, 2024
2 parents 55da9fa + 9b75512 commit f1ec2ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
benchmark:
runs-on: [self-hosted, linux, x64, connectorx-benchmark]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install tools
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# --health-timeout 5s
# --health-retries 20
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4

# - name: Install tools
# run: |
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
--health-retries 20
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/import-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-latest, macos-10.15, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
python-version: [[38, "3.8"], [39, "3.9"], [310, "3.10"], [311, "3.11"]]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set python version
run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- os: "macos-11"
features: "--features integrated-auth-gssapi"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ankane/setup-mysql@v1
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ankane/setup-mysql@v1
with:
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [macos-11, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit f1ec2ba

Please sign in to comment.