File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121 outputs :
2222 docs : ${{ steps.filter.outputs.docs }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 # For pull requests it's not necessary to checkout the code but for the main branch it is
2626 - uses : dorny/paths-filter@v3
2727 id : filter
5252 env :
5353 GITHUB_CONTEXT : ${{ toJson(github) }}
5454 run : echo "$GITHUB_CONTEXT"
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - name : Set up Python
5757 uses : actions/setup-python@v5
5858 with :
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@v4
26+ - uses : actions/checkout@v5
2727 - name : Set up Python
2828 uses : actions/setup-python@v5
2929 with :
Original file line number Diff line number Diff line change 2020 latest-changes :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 # To allow latest-changes to commit to the main branch
2626 token : ${{ secrets.ASYNCER_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 2222 permissions :
2323 id-token : write
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Set up Python
2727 uses : actions/setup-python@v5
2828 with :
Original file line number Diff line number Diff line change 1616 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : actions/setup-python@v5
2121 with :
2222 python-version : ' 3.9'
Original file line number Diff line number Diff line change 2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Set up Python
2727 uses : actions/setup-python@v5
2828 with :
Original file line number Diff line number Diff line change 3838 - anyio-v4
3939 fail-fast : false
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Set up Python
4343 uses : actions/setup-python@v5
4444 with :
8686 - test
8787 runs-on : ubuntu-latest
8888 steps :
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v5
9090 - uses : actions/setup-python@v5
9191 with :
9292 python-version : ' 3.8'
You can’t perform that action at this time.
0 commit comments