We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae61b98 commit 84bf999Copy full SHA for 84bf999
.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
@@ -28,7 +28,7 @@ jobs:
- name: Checkout
29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
31
32
33
node-version: "${{ matrix.node-version }}"
34
0 commit comments