File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.ANNOTATED_DOC_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 1515 env :
1616 GITHUB_CONTEXT : ${{ toJson(github) }}
1717 run : echo "$GITHUB_CONTEXT"
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Set up Python
2020 uses : actions/setup-python@v6
2121 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 - uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.9'
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_CONTEXT : ${{ toJson(github) }}
2222 run : echo "$GITHUB_CONTEXT"
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Set up Python
2525 uses : actions/setup-python@v6
2626 with :
Original file line number Diff line number Diff line change 4949 fail-fast : false
5050 runs-on : ${{ matrix.os }}
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Set up Python
5454 uses : actions/setup-python@v6
5555 with :
9090 - test
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/checkout@v5
93+ - uses : actions/checkout@v6
9494 - uses : actions/setup-python@v6
9595 with :
9696 python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments