diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 1d88bbbf1..0af6e6665 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,7 +19,7 @@ jobs: steps: - name: cla-assistant-check - uses: cla-assistant/github-action@v2.5.1 + uses: cla-assistant/github-action@v2.6.1 if: startsWith(github.event.comment.body, 'recheckcla') || contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b81058118..b747cf4b3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -91,7 +91,7 @@ jobs: run: npm run test:e2e:update - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ${{ env.UPD_COMMIT_MSG }}