diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e89d6e7..84a0e1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: node-version: [20.x, 22.x] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node ${{ matrix.node-version }} uses: actions/setup-node@v6