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

Commit f145dda

Browse files
Merge pull request #72 from staticdev/dependabot/github_actions/actions/github-script-v1.1
Bump actions/github-script from 0.9.0 to v1.1
2 parents 10bac2a + 4f5d2aa commit f145dda

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)