diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34272a9..dea8b16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: operating-system: [ubuntu-22.04] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive - name: Install npm dependencies