Skip to content

Commit

Permalink
Merge branch 'main' into wait-on-long-poll
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 13, 2022
2 parents f94801d + 4fb2417 commit 5d1bba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Rust files
id: changed-files-rust
uses: tj-actions/changed-files@v34.5.1
uses: tj-actions/changed-files@v34.5.4
with:
files: |
**/*.rs
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Workflow files
id: changed-files-workflows
uses: tj-actions/changed-files@v34.5.1
uses: tj-actions/changed-files@v34.5.4
with:
files: |
.github/workflows/*.yml
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/checkout@v3.2.0
- uses: reviewdog/action-actionlint@v1.34.2
- uses: reviewdog/action-actionlint@v1.35.0
with:
level: warning
fail_on_error: false
Expand Down

0 comments on commit 5d1bba2

Please sign in to comment.