Skip to content

Commit 621a877

Browse files
authored
deps: Update actions/github-script action to v6.4.1 (#693)
1 parent 02bf543 commit 621a877

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

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

.github/workflows/lint.yml

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: 2 additions & 2 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: |
@@ -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: |

0 commit comments

Comments
 (0)