Skip to content

Commit c6944df

Browse files
gh-actions: bump actions/github-script from 8 to 9 (#1963)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cb74b3 commit c6944df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trim-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor == 'dependabot[bot]'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/github-script@v8
14+
- uses: actions/github-script@v9
1515
with:
1616
script: |
1717
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)