File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : " ubuntu-latest"
1010 steps :
1111 - uses : " actions/checkout@v5"
12- - uses : " actions/setup-node@v4 "
12+ - uses : " actions/setup-node@v5 "
1313 - name : " Update Buf Script"
1414 id : " buf-update"
1515 uses : " authzed/actions/buf-api-update@main"
Original file line number Diff line number Diff line change 2727 -
uses :
" bewuethr/[email protected] " 2828 with :
2929 config-file : " .yamllint"
30- - uses : " actions/setup-python@v5 "
30+ - uses : " actions/setup-python@v6 "
3131 with :
3232 python-version : " 3.10"
3333 - name : " Setup Python Environment"
9090 runs-on : " ubuntu-latest"
9191 steps :
9292 - uses : " actions/checkout@v5"
93- - uses : " actions/setup-python@v5 "
93+ - uses : " actions/setup-python@v6 "
9494 with :
9595 python-version : " 3.10"
9696 - name : " Setup Python Environment"
Original file line number Diff line number Diff line change 1313 runs-on : " ubuntu-latest"
1414 steps :
1515 - uses : " actions/checkout@v5"
16- - uses : " actions/setup-node@v4 "
16+ - uses : " actions/setup-node@v5 "
1717 - name : " Update Buf Script"
1818 id : " buf-update"
1919 uses : " authzed/actions/buf-api-update@main"
Original file line number Diff line number Diff line change 1212 - uses : " actions/checkout@v5"
1313 - name : " Install Poetry"
1414 uses : " snok/install-poetry@v1"
15- - uses : " actions/setup-python@v5 "
15+ - uses : " actions/setup-python@v6 "
1616 with :
1717 python-version : " 3.11"
1818 cache : ' poetry'
Original file line number Diff line number Diff line change 3030 - " 3.13"
3131 steps :
3232 - uses : " actions/checkout@v5"
33- - uses : " actions/setup-python@v5 "
33+ - uses : " actions/setup-python@v6 "
3434 with :
3535 python-version : " ${{ matrix.python-version }}"
3636 - name : " Setup Python Environment"
You can’t perform that action at this time.
0 commit comments