We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf3b94 commit ad4b111Copy full SHA for ad4b111
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
persist-credentials: false
24
- name: Setup Node.js
25
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
26
27
node-version: 20.x
28
cache: 'yarn'
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout
33
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
35
36
37
node-version: "${{ matrix.node-version }}"
38
0 commit comments