diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ba7fbd8..5c2f83c7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [10.x, 12.x, 14.x, 16.x, 17.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: