File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check base branch
19- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
19+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2020 if : github.event_name == 'pull_request'
2121 with :
2222 script : |
4242 - name : Checkout code
4343 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444 - name : Set up Python
45- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
45+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
4646 with :
4747 python-version : ' 3.x'
4848 - name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Label PR
13- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 .0.0
13+ uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6 .0.1
1414 with :
1515 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
1616 - name : ' Comment Draft PR'
17- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
17+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
1818 if : github.event.pull_request.draft == true
1919 with :
2020 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments