We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 790445f + 332618e commit c6d7900Copy full SHA for c6d7900
.github/workflows/cd-pages.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
35
36
- name: Setup pnpm
37
uses: pnpm/action-setup@v4
.github/workflows/cd-registry.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Checkout repo
14
15
with:
16
fetch-depth: '0'
17
.github/workflows/ci-checks.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
0 commit comments