Skip to content

Commit d06b572

Browse files
build(deps): bump j178/prek-action in the minors-and-patches group (#1)
Bumps the minors-and-patches group with 1 update: [j178/prek-action](https://github.com/j178/prek-action). Updates `j178/prek-action` from 1.0.11 to 1.0.12 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@91fd7d7...9d6a309) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 1.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors-and-patches ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon HARVEY <simon.harvey.86@gmail.com>
1 parent 2ba5b2f commit d06b572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
detect-changes: "false" # DO NOT ENABLE THIS ACTION
5656

5757
- name: Run Pre-Commit Checks
58-
uses: j178/prek-action@91fd7d7cf70ae1dee9f4f44e7dfa5d1073fe6623 # v1.0.11
58+
uses: j178/prek-action@9d6a3097e0c1865ecce00cfb89fe80f2ee91b547 # v1.0.12
5959
env:
6060
SKIP: "pytest, uv-export"
6161

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4949

5050
- name: Run Pre-Commit Checks
51-
uses: j178/prek-action@91fd7d7cf70ae1dee9f4f44e7dfa5d1073fe6623 # v1.0.11
51+
uses: j178/prek-action@9d6a3097e0c1865ecce00cfb89fe80f2ee91b547 # v1.0.12
5252
env:
5353
SKIP: "pytest, uv-export"
5454

0 commit comments

Comments
 (0)