Skip to content

Commit 3370399

Browse files
authored
Merge pull request #1691 from OutlineFoundation/update-name-linter
chore: update PR name linter
2 parents 2680371 + 3d2ce1f commit 3370399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
steps:
3939
- name: Clone Repository
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141

4242
- name: Install Node
43-
uses: actions/setup-node@v2.2.0
43+
uses: actions/setup-node@v6.1.0
4444
with:
4545
node-version: 18
4646
cache: npm
@@ -49,7 +49,7 @@ jobs:
4949
run: npm ci
5050

5151
- name: Ensure Commitizen Format
52-
uses: JulienKode/pull-request-name-linter-action@98794a8b815ec05560813c42e55fd8d32d3fd248
52+
uses: JulienKode/pull-request-name-linter-action@v20.1.0
5353

5454
size_label:
5555
name: Change Size Label

0 commit comments

Comments
 (0)