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 a954b5a commit 3576ea2Copy full SHA for 3576ea2
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
node: [18, 'lts/*']
15
name: Build with node ${{ matrix.node }}
16
steps:
17
- - uses: actions/checkout@v4 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
19
with:
20
cache: 'yarn'
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
- name: Checkout
21
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22
23
fetch-depth: 0
24
- name: Setup Node.js
0 commit comments