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.LATEST_CHANGES }}
Original file line number Diff line number Diff line change 1616 env :
1717 GITHUB_CONTEXT : ${{ toJson(github) }}
1818 run : echo "$GITHUB_CONTEXT"
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Set up Python
2121 uses : actions/setup-python@v6
2222 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@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up Python
2222 uses : actions/setup-python@v6
2323 with :
Original file line number Diff line number Diff line change 5252 env :
5353 GITHUB_CONTEXT : ${{ toJson(github) }}
5454 run : echo "$GITHUB_CONTEXT"
55- - uses : actions/checkout@v5
55+ - uses : actions/checkout@v6
5656 - name : Set up Python
5757 uses : actions/setup-python@v6
5858 with :
9191 env :
9292 GITHUB_CONTEXT : ${{ toJson(github) }}
9393 run : echo "$GITHUB_CONTEXT"
94- - uses : actions/checkout@v5
94+ - uses : actions/checkout@v6
9595 - uses : actions/setup-python@v6
9696 with :
9797 python-version-file : " pyproject.toml"
You can’t perform that action at this time.
0 commit comments