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.
2 parents 57b16c7 + ff121ec commit 2b85720Copy full SHA for 2b85720
2 files changed
.github/workflows/audit-banned-users.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v6
16
17
- name: Audit and ban users
18
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
21
script: |
.github/workflows/validate-issue.yml
@@ -16,7 +16,7 @@ jobs:
- name: Validate Issue Format
22
0 commit comments