diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 110a03b..479b638 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true