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 f28c03c commit 2f7f78cCopy full SHA for 2f7f78c
.github/workflows/nodejs.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node_version: [14, 16, 18]
15
steps:
16
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
- name: Use Node.js ${{ matrix.node-version }}
18
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
19
with:
0 commit comments