Skip to content

Commit 79d4884

Browse files
authored
deps: Update actions/github-script action to v7 (#1689)
1 parent 438f075 commit 79d4884

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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: |

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)