Update workflows (#257)

* Update workflows

* Sync apps with workflow
This commit is contained in:
WillyJL
2024-10-12 02:07:28 +01:00
committed by GitHub
parent a23c51aefa
commit 56b7fdb7e9
4 changed files with 11 additions and 5 deletions

View File

@@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
- name: "Check code formatting"
- name: "Check formatting"
run: ./fbt lint_all

View File

@@ -13,6 +13,9 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
- name: "Update release notes"
env:

View File

@@ -23,7 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
- name: Send webhook
env: