mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-04 02:39:56 +00:00
chore: update global workflows (#2446)
This commit is contained in:
parent
69191cafe9
commit
50a02dbce5
4
.github/workflows/automerge.yml
vendored
4
.github/workflows/automerge.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Autoapproving
|
- name: Autoapproving
|
||||||
uses: hmarr/auto-approve-action@v3
|
uses: hmarr/auto-approve-action@v4
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Automerging
|
- name: Automerging
|
||||||
uses: pascalgn/automerge-action@v0.15.6
|
uses: pascalgn/automerge-action@v0.16.3
|
||||||
env:
|
env:
|
||||||
BASE_BRANCHES: nightly
|
BASE_BRANCHES: nightly
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||||
|
2
.github/workflows/cpp-lint.yml
vendored
2
.github/workflows/cpp-lint.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Clang format lint
|
- name: Clang format lint
|
||||||
if: ${{ steps.find_files.outputs.found_files }}
|
if: ${{ steps.find_files.outputs.found_files }}
|
||||||
uses: DoozyX/clang-format-lint-action@v0.16.2
|
uses: DoozyX/clang-format-lint-action@v0.17
|
||||||
with:
|
with:
|
||||||
source: ${{ steps.find_files.outputs.found_files }}
|
source: ${{ steps.find_files.outputs.found_files }}
|
||||||
extensions: 'cpp,h,m,mm'
|
extensions: 'cpp,h,m,mm'
|
||||||
|
Loading…
Reference in New Issue
Block a user