We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddee44e commit ac212a8Copy full SHA for ac212a8
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
environment: npm
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23
24
- name: Setup Node.js
25
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
26
- name: Install Pnpm
27
run: |
0 commit comments