diff --git a/.github/workflows/index.yaml b/.github/workflows/index.yaml index 499203e..c644a8c 100644 --- a/.github/workflows/index.yaml +++ b/.github/workflows/index.yaml @@ -10,7 +10,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 }}