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 51cee3c commit b8247dcCopy full SHA for b8247dc
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: ⬇️ Checkout repo
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
16
17
- name: 🟧 Setup pnpm
18
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: ⬇️ Checkout Repo
24
25
with:
26
fetch-depth: 0
27
0 commit comments