We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45778e2 commit 9f3fb6aCopy full SHA for 9f3fb6a
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout project
22
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
23
with:
24
persist-credentials: false
25
- name: Use Node.js ${{ env.node-version }}
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
0 commit comments