We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8661270 commit d6f4755Copy full SHA for d6f4755
.github/workflows/assign-issue-owners.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
21
22
- name: Parse component label and assign owners
23
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
24
with:
25
script: |
26
const fs = require('fs');
0 commit comments