Skip to content

Commit 2b85720

Browse files
authored
Merge pull request #60 from readme-SVG/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 57b16c7 + ff121ec commit 2b85720

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/audit-banned-users.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616

1717
- name: Audit and ban users
18-
uses: actions/github-script@v8
18+
uses: actions/github-script@v9
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
script: |

.github/workflows/validate-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Validate Issue Format
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

0 commit comments

Comments
 (0)