We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2400f commit b8f81a5Copy full SHA for b8f81a5
.github/workflows/releases.yml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
contents: write
13
steps:
14
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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