Skip to content

Commit

Permalink
chore(deps): update reviewdog to 0.15.0 (#49)
Browse files Browse the repository at this point in the history
* add workflow_dispatch trigger to the depup workflow

* chore(deps): update reviewdog to 0.15.0

---------

Co-authored-by: ICHINOSE Shogo <[email protected]>
Co-authored-by: shogo82148 <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent 35bc99d commit 8507d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- cron: '14 14 * * *' # Runs at 14:14 UTC every day
repository_dispatch:
types: [depup]
workflow_dispatch:

jobs:
reviewdog:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11.4-buster

ENV REVIEWDOG_VERSION=v0.14.2
ENV REVIEWDOG_VERSION=v0.15.0

RUN set -eux \
&& apt-get update \
Expand Down

0 comments on commit 8507d88

Please sign in to comment.