Skip to content

Commit 3cb2126

Browse files
Update j178/prek-action action to v3
1 parent ab975a5 commit 3cb2126

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/add-tools-api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: remove tools code
5050
run: rm -rf tools
5151

52-
- uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2
52+
- uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0
5353
with:
5454
install-only: true
5555

.github/workflows/fix-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Run prek
5555
id: prek
56-
uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2
56+
uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0
5757
continue-on-error: true
5858

5959
# indication that the linting has finished
@@ -77,7 +77,7 @@ jobs:
7777
- run: npm ci --ignore-scripts
7878
- name: Re-run prek to apply fixes
7979
if: steps.prek.outcome == 'failure'
80-
uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2
80+
uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0
8181
continue-on-error: true
8282

8383
- name: Commit & push changes

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm install --omit=prod
2424

2525
- name: Run prek
26-
uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2
26+
uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0
2727
vale:
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)