Skip to content

Commit

Permalink
Use 0.2.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Sep 5, 2019
1 parent 4d2b828 commit e5da67d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.1.0
- uses: actions/github-script@0.2.0
with:
github-token: ${{github.token}}
script: |
Expand All @@ -50,7 +50,7 @@ jobs:
apply-label:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.1.0
- uses: actions/github-script@0.2.0
with:
github-token: ${{github.token}}
script: |
Expand All @@ -66,7 +66,7 @@ jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@0.1.0
- uses: actions/github-script@0.2.0
with:
github-token: ${{github.token}}
script: |
Expand Down

0 comments on commit e5da67d

Please sign in to comment.