Skip to content

Commit

Permalink
Merge pull request #521 from doudar/dependabot/github_actions/pre-com…
Browse files Browse the repository at this point in the history
…mit/action-3.0.1

Bump pre-commit/action from 3.0.0 to 3.0.1
  • Loading branch information
doudar authored Feb 7, 2024
2 parents 426dffd + f2b90e8 commit f418f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install PlatformIO
run: python -m pip install platformio
- name: Check pre-commit hooks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
- name: Build firmware
run: platformio run
- name: Build filesystem
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
- name: Check pre-commit hooks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

0 comments on commit f418f25

Please sign in to comment.