diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f947eec0..1640afd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Use Node.js 20.x - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: cache: 'yarn' node-version: '20.x'