We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a176a8 commit 4c156eeCopy full SHA for 4c156ee
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: PNPM
30
uses: pnpm/action-setup@v4
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
with:
19
fetch-depth: 0
20
0 commit comments