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 4040 POSTGRES_DATABASE : postgres
4141 POSTGRES_SSL : disable
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444
4545 - name : (MacOS) Install postgreSQL and pgvector using brew
4646 if : matrix.os == 'macos-13' || matrix.os == 'macos-latest-xlarge'
Original file line number Diff line number Diff line change 3838 USE_AI_PROJECT : ${{ vars.USE_AI_PROJECT }}
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 - name : Install azd
4444 uses : Azure/setup-azd@v2.1.0
Original file line number Diff line number Diff line change 1717 security-events : write
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Build Bicep for linting
2323 uses : azure/CLI@v2
Original file line number Diff line number Diff line change 5858 })
5959
6060 - name : Checkout pull request
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262 with :
6363 ref : refs/pull/${{ github.event.issue.number }}/head
6464
Original file line number Diff line number Diff line change 2020 checks-format-and-lint :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Set up Python 3
2525 uses : actions/setup-python@v5
2626 with :
You can’t perform that action at this time.
0 commit comments