File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
sudo -u postgres psql -c 'CREATE EXTENSION vector'
78
78
79
79
- name : Setup python
80
- uses : actions/setup-python@v5
80
+ uses : actions/setup-python@v6
81
81
with :
82
82
python-version : ${{ matrix.python_version }}
83
83
architecture : x64
Original file line number Diff line number Diff line change 77
77
run : sudo -u postgres psql -c 'CREATE EXTENSION vector'
78
78
79
79
- name : Install python
80
- uses : actions/setup-python@v5
80
+ uses : actions/setup-python@v6
81
81
with :
82
82
python-version : ' 3.12'
83
83
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- name : Set up Python 3
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : " 3.12"
28
28
cache : ' pip'
You can’t perform that action at this time.
0 commit comments