File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out source repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0 # full history
2525 - name : Set up Python
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Check out source repository
11- uses : actions/checkout@v5
11+ uses : actions/checkout@v6
1212 - name : Set up Python
1313 uses : actions/setup-python@v6
1414 with :
Original file line number Diff line number Diff line change 2323 url : ${{ steps.deployment.outputs.page_url }}
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : Configure Pages
2828 uses : actions/configure-pages@v5
2929 - name : Install Node.js
You can’t perform that action at this time.
0 commit comments