diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1314e79..9a03374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: # Test on the engines.node floor and the current LTS. node: ['20', '22'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: