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 7777 sudo -u postgres psql -c 'CREATE EXTENSION vector'
7878
7979 - name : Setup python
80- uses : actions/setup-python@v5
80+ uses : actions/setup-python@v6
8181 with :
8282 python-version : ${{ matrix.python_version }}
8383 architecture : x64
Original file line number Diff line number Diff line change 7777 run : sudo -u postgres psql -c 'CREATE EXTENSION vector'
7878
7979 - name : Install python
80- uses : actions/setup-python@v5
80+ uses : actions/setup-python@v6
8181 with :
8282 python-version : ' 3.12'
8383
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v4
2424 - name : Set up Python 3
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.12"
2828 cache : ' pip'
You can’t perform that action at this time.
0 commit comments