diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c6fb4d..529f40a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: node-version: ["20", "22"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}