We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6605e2 commit a6991b5Copy full SHA for a6991b5
.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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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