Skip to content

Commit

Permalink
Bump pre-commit/action from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [pre-commit/action](https:/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https:/pre-commit/action/releases)
- [Commits](pre-commit/action@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent c75f2e3 commit f2b90e8
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 f2b90e8

Please sign in to comment.