File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
if : startsWith(matrix.os, 'windows')
45
45
46
46
- name : Set up Python ${{ matrix.python-version }}
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ${{ matrix.python-version }}
50
50
Original file line number Diff line number Diff line change 96
96
run : printenv
97
97
98
98
- name : Checkout TileDB-Py `main`
99
- uses : actions/checkout@v3
99
+ uses : actions/checkout@v4
100
100
101
101
- name : Build TileDB-Py
102
102
run : pip install --verbose .[test]
@@ -122,7 +122,7 @@ jobs:
122
122
needs : test
123
123
if : failure() || cancelled()
124
124
steps :
125
- - uses : actions/checkout@v3
125
+ - uses : actions/checkout@v4
126
126
- name : Create Issue if Build Fails
127
127
uses : TileDB-Inc/github-actions/open-issue@main
128
128
with :
Original file line number Diff line number Diff line change 85
85
needs : test
86
86
if : failure() || cancelled()
87
87
steps :
88
- - uses : actions/checkout@v3
88
+ - uses : actions/checkout@v4
89
89
- name : Create Issue if Build Fails
90
90
uses : TileDB-Inc/github-actions/open-issue@main
91
91
with :
Original file line number Diff line number Diff line change 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
10
- - uses : actions/setup-python@v4
9
+ - uses : actions/checkout@v4
10
+ - uses : actions/setup-python@v5
11
11
12
12
- name : Run pre-commit hooks on all files
13
13
run : python -m pip -v install pre-commit && pre-commit run -a -v
You can’t perform that action at this time.
0 commit comments