File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed 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@v4
27+ - uses : actions/checkout@v5
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 2020 env :
2121 GITHUB_CONTEXT : ${{ toJson(github) }}
2222 run : echo "$GITHUB_CONTEXT"
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Set up Python
2525 uses : actions/setup-python@v5
2626 with :
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@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-python@v5
2525 with :
2626 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 4141 env :
4242 GITHUB_CONTEXT : ${{ toJson(github) }}
4343 run : echo "$GITHUB_CONTEXT"
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - name : Set up Python
4646 uses : actions/setup-python@v5
4747 with :
8585 env :
8686 GITHUB_CONTEXT : ${{ toJson(github) }}
8787 run : echo "$GITHUB_CONTEXT"
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v5
8989 - uses : actions/setup-python@v5
9090 with :
9191 python-version : ' 3.8'
You can’t perform that action at this time.
0 commit comments