diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c7db6..34272a9 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@v4 + uses: actions/checkout@v5 with: submodules: recursive - name: Install npm dependencies