Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 4f5d2aa

Browse files
Bump actions/github-script from 0.9.0 to v1.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 0.9.0 to v1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@0.9.0...c7971c2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 597a539 commit 4f5d2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.base_ref == 'master' && (github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
1212
steps:
13-
- uses: actions/github-script@0.9.0
13+
- uses: actions/github-script@v1.1
1414
with:
1515
github-token: ${{github.token}}
1616
script: |

0 commit comments

Comments
 (0)