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 3f6836aCopy full SHA for 3f6836a
.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.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