mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 14:17:41 -04:00
Update checkout action used in workflow files (#1017)
* Use the latest tagged release of the checkout action. * Cleanup some of the echo group prints in the workflow files
This commit is contained in:
parent
e8289dfee6
commit
7c910499ec
7 changed files with 32 additions and 37 deletions
2
.github/workflows/coverity_scan.yml
vendored
2
.github/workflows/coverity_scan.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the Repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- env:
|
||||
stepName: Install Build Essentials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue