File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 6464 sudo chmod 600 /swapfile || true
6565 sudo mkswap /swapfile || true
6666 sudo swapon /swapfile || true
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 with :
6969 fetch-depth : 0
7070 - name : Set up Python
Original file line number Diff line number Diff line change 3131 matrix :
3232 platform : ["linux/amd64", "linux/arm64", "linux/386"]
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Login to DockerHub
3636 if : ${{ fromJSON(env.DOCKER_PUSH) }}
3737 uses : docker/login-action@v2
Original file line number Diff line number Diff line change 2525 matrix :
2626 target : [x86_64, aarch64]
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - uses : actions/setup-python@v4
3030 with :
3131 python-version : ' 3.10'
6767 name : Build and publish wheels for windows
6868 runs-on : windows-latest
6969 steps :
70- - uses : actions/checkout@v3
70+ - uses : actions/checkout@v4
7171 - uses : actions/setup-python@v4
7272 with :
7373 python-version : ' 3.10'
@@ -104,7 +104,7 @@ jobs:
104104 matrix :
105105 target : [x86_64, aarch64]
106106 steps :
107- - uses : actions/checkout@v3
107+ - uses : actions/checkout@v4
108108 - uses : actions/setup-python@v4
109109 with :
110110 python-version : ' 3.10'
@@ -135,7 +135,7 @@ jobs:
135135 sdist :
136136 runs-on : ubuntu-latest
137137 steps :
138- - uses : actions/checkout@v3
138+ - uses : actions/checkout@v4
139139 - name : Build sdist
140140 uses : PyO3/maturin-action@v1
141141 with :
Original file line number Diff line number Diff line change 2323 outputs :
2424 triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 with :
2828 fetch-depth : 2
2929 - uses : xarray-contrib/ci-trigger@v1.2
3737 needs : [detect-ci-trigger]
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 - name : Cache Cargo
4242 uses : actions/cache@v3
4343 with :
6060 needs : [detect-ci-trigger]
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v3
63+ - uses : actions/checkout@v4
6464 with :
6565 submodules : true
6666 - name : Cache Cargo
Original file line number Diff line number Diff line change 1313 name : Run pre-commit hooks
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - uses : actions/setup-python@v4
1818 - uses : actions-rs/toolchain@v1
1919 with :
Original file line number Diff line number Diff line change 5353 python : " 3.10"
5454 distributed : true
5555 steps :
56- - uses : actions/checkout@v3
56+ - uses : actions/checkout@v4
5757 with :
5858 fetch-depth : 0 # Fetch all history for all branches and tags.
5959 - name : Set up Python
@@ -103,7 +103,7 @@ jobs:
103103 name : " Test importing with bare requirements and upstream dev"
104104 runs-on : ubuntu-latest
105105 steps :
106- - uses : actions/checkout@v3
106+ - uses : actions/checkout@v4
107107 - name : Set up Python
108108 uses : conda-incubator/setup-miniconda@v2.2.0
109109 with :
@@ -147,7 +147,7 @@ jobs:
147147 && github.repository == 'dask-contrib/dask-sql'
148148 runs-on : ubuntu-latest
149149 steps :
150- - uses : actions/checkout@v3
150+ - uses : actions/checkout@v4
151151 - uses : actions/download-artifact@v3
152152 - name : Prepare logs & issue label
153153 run : |
Original file line number Diff line number Diff line change 2424 outputs :
2525 triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 2
3030 - uses : xarray-contrib/ci-trigger@v1.2
5454 python : " 3.10"
5555 distributed : true
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858 - name : Set up Python
5959 uses : conda-incubator/setup-miniconda@v2.2.0
6060 with :
@@ -101,7 +101,7 @@ jobs:
101101 needs : [detect-ci-trigger]
102102 runs-on : ubuntu-latest
103103 steps :
104- - uses : actions/checkout@v3
104+ - uses : actions/checkout@v4
105105 - name : Set up Python
106106 uses : conda-incubator/setup-miniconda@v2.2.0
107107 with :
Original file line number Diff line number Diff line change 1111 if : github.repository == 'dask-contrib/dask-sql'
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Parse current axis YAML
1717 id : rapids_current
You can’t perform that action at this time.
0 commit comments