Skip to content

Commit

Permalink
fix: update peter-evans/create-pull-request (#6)
Browse files Browse the repository at this point in the history
* fix: update peter-evans/create-pull-request

* fix: update dedupe
  • Loading branch information
chrfritsch authored Nov 18, 2020
1 parent cbad76e commit 57b00f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- cron: '14 14 * * *' # Runs at 14:14 UTC every day
repository_dispatch:
types: [depup]
workflow_dispatch:

jobs:
reviewdog:
Expand All @@ -18,7 +19,7 @@ jobs:
repo: reviewdog/reviewdog

- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(deps): update reviewdog to ${{ steps.depup.outputs.latest }}"
Expand Down

0 comments on commit 57b00f3

Please sign in to comment.