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 155679e commit b274a91Copy full SHA for b274a91
2 files changed
.github/workflows/cd.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
with:
19
ref: ${{ github.head_ref }}
20
fetch-depth: 0
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Setup pnpm
uses: pnpm/action-setup@v4
0 commit comments