We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8eda0a commit 3dca52cCopy full SHA for 3dca52c
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
# Steps represent a sequence of tasks that will be executed as part of the job
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
33
34
- name: Install Pnpm
35
shell: bash
@@ -38,7 +38,7 @@ jobs:
38
corepack enable
39
40
- name: Setup Node.js
41
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
42
with:
43
node-version: ${{ matrix.node }}
44
cache: "pnpm"
0 commit comments