Skip to content

Commit f6ad0bf

Browse files
committed
deps: Update actions/github-script action to v7
1 parent 322bd47 commit f6ad0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Remove PR label
4444
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
45+
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
script: |

0 commit comments

Comments
 (0)