diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f0b2ce..fec6082 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: node-version: [20, 22, 24] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: