We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364774d commit e766d29Copy full SHA for e766d29
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
steps:
43
- name: Remove PR label
44
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
+ uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
46
with:
47
github-token: ${{ secrets.GITHUB_TOKEN }}
48
script: |
0 commit comments