File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 name : pre-commit hooks
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4.1.2
14+ - uses : actions/checkout@v4.1.3
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.9'
Original file line number Diff line number Diff line change 2626 name : Build (and upload)
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4.1.2
29+ - uses : actions/checkout@v4.1.3
3030 with :
3131 fetch-depth : 0
3232 - name : Set up Python
Original file line number Diff line number Diff line change 1818 run :
1919 shell : bash -l {0}
2020 steps :
21- - uses : actions/checkout@v4.1.2
21+ - uses : actions/checkout@v4.1.3
2222
2323 - name : Setup Conda Environment
2424 uses : conda-incubator/setup-miniconda@v3.0.3
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 shell : bash
121121
122122 - name : Checkout source
123- uses : actions/checkout@v4.1.2
123+ uses : actions/checkout@v4.1.3
124124 with :
125125 fetch-depth : 0
126126
Original file line number Diff line number Diff line change 1111 if : github.repository == 'dask/distributed'
1212
1313 steps :
14- - uses : actions/checkout@v4.1.2
14+ - uses : actions/checkout@v4.1.3
1515
1616 - name : Parse current axis YAML
1717 id : rapids_current
You can’t perform that action at this time.
0 commit comments