File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 ci :
1414 runs-on : ubuntu-22.04
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - uses : actions/setup-python@v5
1919 with :
Original file line number Diff line number Diff line change 99 cd :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Install Dependencies
1515 run : sudo apt-get install gettext
Original file line number Diff line number Diff line change 1414 VERSION : " 3.13"
1515 BRANCH : " cron/sync/3.13"
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 ref : ${{ env.VERSION }}
2020
Original file line number Diff line number Diff line change 1414 # added or changed files to the repository.
1515 contents : write
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Install poetry
2020 uses : abatilo/actions-poetry@v4
2727
2828
2929 - name : Checkout wiki code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 repository : ${{github.repository}}.wiki
3333 path : markdown
You can’t perform that action at this time.
0 commit comments