Skip to content

Commit

Permalink
Bump actions/github-script from v2.0.1 to v3 (#1245)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from v2.0.1 to v3.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v2.0.1...626af12)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 24, 2020
1 parent b2f866f commit e0766ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/progress-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v2.0.1
- uses: actions/github-script@v3
if: github.event_name == 'workflow_dispatch' || contains(github.event.issue.labels.*.name, env.FILTER_LABEL)
with:
script: |
Expand Down

0 comments on commit e0766ec

Please sign in to comment.