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 40
40
POSTGRES_DATABASE : postgres
41
41
POSTGRES_SSL : disable
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
45
45
- name : (MacOS) Install postgreSQL and pgvector using brew
46
46
if : matrix.os == 'macos-13' || matrix.os == 'macos-latest-xlarge'
Original file line number Diff line number Diff line change 38
38
USE_AI_PROJECT : ${{ vars.USE_AI_PROJECT }}
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
- name : Install azd
44
44
Original file line number Diff line number Diff line change 17
17
security-events : write
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Build Bicep for linting
23
23
uses : azure/CLI@v2
Original file line number Diff line number Diff line change 58
58
})
59
59
60
60
- name : Checkout pull request
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
with :
63
63
ref : refs/pull/${{ github.event.issue.number }}/head
64
64
Original file line number Diff line number Diff line change 20
20
checks-format-and-lint :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : Set up Python 3
25
25
uses : actions/setup-python@v5
26
26
with :
You can’t perform that action at this time.
0 commit comments