Update pull request actions

This commit is contained in:
Magne Sjaastad
2023-05-18 21:21:33 +02:00
committed by GitHub
parent 873ff95c13
commit 95e3435384
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
cd Fwk/AppFwk cd Fwk/AppFwk
find -name '*.h' -o -name '*.cpp' -o -name '*.inl' | grep -v gtest | xargs clang-format-15 -i find -name '*.h' -o -name '*.cpp' -o -name '*.inl' | grep -v gtest | xargs clang-format-15 -i
git diff git diff
- uses: peter-evans/create-pull-request@v4 - uses: peter-evans/create-pull-request@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Fixes by clang-format" commit-message: "Fixes by clang-format"
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
cd ThirdParty/vcpkg cd ThirdParty/vcpkg
git reset --hard HEAD git reset --hard HEAD
git clean -fxd git clean -fxd
- uses: peter-evans/create-pull-request@v4 - uses: peter-evans/create-pull-request@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Fixes by clang-tidy" commit-message: "Fixes by clang-tidy"
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
cd .. cd ..
git diff git diff
- uses: peter-evans/create-pull-request@v4 - uses: peter-evans/create-pull-request@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Fixes by cmake-format" commit-message: "Fixes by cmake-format"
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
pip install black pip install black
cd GrpcInterface cd GrpcInterface
black . black .
- uses: peter-evans/create-pull-request@v4 - uses: peter-evans/create-pull-request@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Python code linting changes detected by black" commit-message: "Python code linting changes detected by black"
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- uses: sobolevn/misspell-fixer-action@master - uses: sobolevn/misspell-fixer-action@master
with: with:
options: "-rsvnuR ApplicationLibCode/" options: "-rsvnuR ApplicationLibCode/"
- uses: peter-evans/create-pull-request@v4 - uses: peter-evans/create-pull-request@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Fixes by misspell-fixer" commit-message: "Fixes by misspell-fixer"