summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake_arm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake_arm.yml')
-rw-r--r--.github/workflows/cmake_arm.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 44ada917f..13120f96f 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -8,6 +8,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'tools/get_deps.py'
- '.github/workflows/cmake_arm.yml'
pull_request:
branches: [ master ]
@@ -16,6 +17,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'tools/get_deps.py'
- '.github/workflows/cmake_arm.yml'
concurrency:
@@ -68,11 +70,11 @@ jobs:
run: sudo apt install -y ninja-build
- name: Checkout TinyUSB
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Checkout pico-sdk for rp2040
if: matrix.family == 'rp2040'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: develop
@@ -144,7 +146,7 @@ jobs:
done
- name: Checkout test/hil
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
sparse-checkout: test/hil