diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf3c624..fa697e83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: node: [18, 20] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # https://github.com/nodejs/node-gyp#installation - name: Use Python 3.11 uses: actions/setup-python@v6