We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a634c7 commit 40c12ecCopy full SHA for 40c12ec
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
image: node:24
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
- name: pnpm setup
16
uses: pnpm/action-setup@v4
17
with:
.github/workflows/pr-title-check.yml
@@ -9,7 +9,7 @@ jobs:
9
10
- name: Run PR title check
run: |
node .github/scripts/pr-title-check.js
0 commit comments