diff --git a/.github/workflows/update-canary.yml b/.github/workflows/update-canary.yml index b5f6a389eb7..cf64e7b9d3d 100644 --- a/.github/workflows/update-canary.yml +++ b/.github/workflows/update-canary.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone node-v8 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: node-v8 token: ${{ secrets.CANARY_UPDATE }} @@ -23,7 +23,7 @@ jobs: node-version: lts/* - name: Install dependencies - run: npm install -g node-core-utils@latest + run: npm install -g @node-core/utils - name: Cache V8 clone uses: actions/cache@v3