We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ba4fd commit d8f030bCopy full SHA for d8f030b
.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@v5
35
36
- name: Setup pnpm
37
uses: pnpm/action-setup@v2
.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