diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5713e6..7a48b3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: node-version: [18.x, 20.x, 22.x] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: