diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0778aa..ec78cce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v2