Skip to content

Commit 385f15d

Browse files
authored
deps: Update actions/github-script action to v6.4.1 (#1253)
1 parent c90ab0a commit 385f15d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: Remove PR Label
3535
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
36-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
36+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
3939
script: |

.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@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
35+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
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@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
48+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- name: Remove PR label
159159
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
160-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
160+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
161161
with:
162162
github-token: ${{ secrets.GITHUB_TOKEN }}
163163
script: |
@@ -277,7 +277,7 @@ jobs:
277277
steps:
278278
- name: Remove PR label
279279
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
280-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
280+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
281281
with:
282282
github-token: ${{ secrets.GITHUB_TOKEN }}
283283
script: |

0 commit comments

Comments
 (0)