diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index fac12e52659..2b8a38e02c0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -116,7 +116,7 @@ jobs: path: vendor/llhttp/build - name: Setup NodeJS if: steps.cache.outputs.cache-hit != 'true' - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 18 - name: Generate llhttp sources diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 8d9c0f6f4a2..e3f10214082 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -11,7 +11,7 @@ jobs: name: Backport label added if: ${{ github.event.pull_request.user.type != 'Bot' }} steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |