diff --git a/.github/workflows/cmake-format.yml b/.github/workflows/cmake-format.yml index a75ffec63d..387174c978 100644 --- a/.github/workflows/cmake-format.yml +++ b/.github/workflows/cmake-format.yml @@ -20,7 +20,7 @@ jobs: cd Fwk/AppFwk find -name CMake*.txt | xargs ~/.local/bin/cmake-format -c ${{ github.workspace }}/cmake/cmake-format.py -i git diff - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'Fixes by cmake-format' diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 24f609c5b0..04add59f9f 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -13,7 +13,7 @@ jobs: - uses: sobolevn/misspell-fixer-action@master with: options: '-rsvnuR ApplicationCode/' - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'Fixes by misspell-fixer'