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 cf2bac5 commit 86c1c9dCopy full SHA for 86c1c9d
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: "Checkout the repository"
17
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
18
19
- name: "Setup pnpm"
20
uses: pnpm/action-setup@v4.0.0
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
id-token: write
33
34
35
36
with:
37
fetch-depth: 0
38
0 commit comments