File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
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@v5
24+ - uses : actions/checkout@v6
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
4949 env :
5050 GITHUB_CONTEXT : ${{ toJson(github) }}
5151 run : echo "$GITHUB_CONTEXT"
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Set up Python
5454 uses : actions/setup-python@v6
5555 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@v5
26+ - uses : actions/checkout@v6
2727 - name : Set up Python
2828 uses : actions/setup-python@v6
2929 with :
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@v5
27+ - uses : actions/checkout@v6
2828 with :
2929 # To allow latest-changes to commit to the main branch
3030 token : ${{ secrets.TYPER_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 2121 env :
2222 GITHUB_CONTEXT : ${{ toJson(github) }}
2323 run : echo "$GITHUB_CONTEXT"
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : Set up Python
2626 uses : actions/setup-python@v6
2727 with :
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@v5
25+ - uses : actions/checkout@v6
2626 - uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.9'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 continue-on-error : true
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Checkout CPython main
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 repository : python/cpython
1818 ref : main
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@v5
26+ - uses : actions/checkout@v6
2727 - name : Set up Python
2828 uses : actions/setup-python@v6
2929 with :
Original file line number Diff line number Diff line change 4141 env :
4242 GITHUB_CONTEXT : ${{ toJson(github) }}
4343 run : echo "$GITHUB_CONTEXT"
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - name : Set up Python
4646 uses : actions/setup-python@v6
4747 with :
8181 env :
8282 GITHUB_CONTEXT : ${{ toJson(github) }}
8383 run : echo "$GITHUB_CONTEXT"
84- - uses : actions/checkout@v5
84+ - uses : actions/checkout@v6
8585 - uses : actions/setup-python@v6
8686 with :
8787 python-version : ' 3.8'
You can’t perform that action at this time.
0 commit comments