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 73b8b33 commit 83df367Copy full SHA for 83df367
.github/workflows/releases.yml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
contents: write
13
steps:
14
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15
with:
16
fetch-depth: 0
17
.github/workflows/unit-test.yml
@@ -15,7 +15,7 @@ jobs:
unit-test_and_lint:
runs-on: ubuntu-latest
18
19
20
- uses: pnpm/action-setup@v2
21
0 commit comments