We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cadfa1 commit e307eafCopy full SHA for e307eaf
1 file changed
.github/workflows/unittests.yml
@@ -13,9 +13,9 @@ jobs:
13
matrix:
14
node-version: [20.x, 22.x, 24.x]
15
steps:
16
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
19
with:
20
node-version: ${{ matrix.node-version }}
21
- name: Install dependencies
0 commit comments