File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Remove PR Label
3333 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
34- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
34+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
3535 with :
3636 github-token : ${{ secrets.GITHUB_TOKEN }}
3737 script : |
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@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
35+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
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@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
48+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
4949 with :
5050 github-token : ${{ secrets.GITHUB_TOKEN }}
5151 script : |
@@ -163,7 +163,7 @@ jobs:
163163 steps :
164164 - name : Remove PR label
165165 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
166- uses : actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
166+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
167167 with :
168168 github-token : ${{ secrets.GITHUB_TOKEN }}
169169 script : |
You can’t perform that action at this time.
0 commit comments