File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v5
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.x'
1818
Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v5
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.x'
1818
3333 commit_message : " Deploy docs preview for PR #${{ github.event.number }} (sha: ${{ github.sha }})"
3434
3535 - name : Create or update PR comment with preview URL
36- uses : peter-evans/create-or-update-comment@v3
36+ uses : peter-evans/create-or-update-comment@v4
3737 with :
3838 token : ${{ secrets.GITHUB_TOKEN }}
3939 issue-number : ${{ github.event.number }}
You can’t perform that action at this time.
0 commit comments