diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 398a73d..b35eb79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: ci (node ${{ matrix.node-version }}) steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v5