diff --git a/.github/workflows/index.yaml b/.github/workflows/index.yaml index 75871a5..9488efb 100644 --- a/.github/workflows/index.yaml +++ b/.github/workflows/index.yaml @@ -8,7 +8,7 @@ jobs: matrix: node: [14, 16, 18] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}