We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1de20 commit 4cc6bf1Copy full SHA for 4cc6bf1
1 file changed
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [16.x, 18.x]
17
18
steps:
19
- - uses: actions/checkout@v4.3.0
+ - uses: actions/checkout@v4.3.1
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4.4.0
22
with:
0 commit comments