Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Generate pack
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cmsis_rv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: CMSIS-RTOS2_Validation

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ARM-software/CMSIS_6
path: CMSIS_6

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ARM-software/CMSIS-RTX
path: CMSIS-RTX

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ARM-software/Cortex_DFP
path: Cortex_DFP

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ARM-software/CMSIS-FreeRTOS
path: CMSIS-FreeRTOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
Loading