File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 steps :
3333 - name : Remove PR Label
3434 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
35- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
35+ uses : actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
3636 with :
3737 github-token : ${{ secrets.GITHUB_TOKEN }}
3838 script : |
Original file line number Diff line number Diff line change 4545 steps :
4646 - name : Remove PR label
4747 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
48- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
48+ uses : actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
4949 with :
5050 github-token : ${{ secrets.GITHUB_TOKEN }}
5151 script : |
@@ -162,7 +162,7 @@ jobs:
162162 steps :
163163 - name : Remove PR label
164164 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
165- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
165+ uses : actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
166166 with :
167167 github-token : ${{ secrets.GITHUB_TOKEN }}
168168 script : |
@@ -287,7 +287,7 @@ jobs:
287287 steps :
288288 - name : Remove PR label
289289 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
290- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
290+ uses : actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
291291 with :
292292 github-token : ${{ secrets.GITHUB_TOKEN }}
293293 script : |
You can’t perform that action at this time.
0 commit comments