Skip to content

Commit 2d17061

Browse files
authored
Merge pull request #30 from flagarde/dependabot/github_actions/pre-commit/action-3.0.1
Bump pre-commit/action from 3.0.0 to 3.0.1
2 parents 01ad9ed + 25bc8a4 commit 2d17061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 🔧 Configure
2222
run: cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_NUMBER_JOBS=2 -DCMAKE_NUMBER_JOBS_TESTS=1
2323

24-
- uses: pre-commit/action@v3.0.0
24+
- uses: pre-commit/action@v3.0.1
2525

2626
- uses: pre-commit-ci/lite-action@v1.0.1
2727
if: always()

0 commit comments

Comments
 (0)