We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb74b3 commit c6944dfCopy full SHA for c6944df
1 file changed
.github/workflows/trim-dependabot.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.actor == 'dependabot[bot]'
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
15
with:
16
script: |
17
const { owner, repo } = context.repo;
0 commit comments