From 659a1091b8ce2f064db82d8bfac0241cc5d75535 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 12 Nov 2020 10:14:11 -0800 Subject: [PATCH] Update actions based on deprecated functions (#6979) --- .github/workflows/cmake-format.yml | 2 +- .github/workflows/spell-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'