summaryrefslogtreecommitdiff
path: root/.github/workflows/build_iar.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-12-18 20:07:17 +0700
committerhathach <[email protected]>2023-12-18 20:07:17 +0700
commitc314cb290300ffa2cbd23e1d3dee71bb3f6174f7 (patch)
tree433730b8d151afaa06c596a6b1ce1d70f8be907c /.github/workflows/build_iar.yml
parent3c4db26e0125d42285f9723820e19a92bf69e14a (diff)
remove usage of linkermap, update checkout to v4
Diffstat (limited to '.github/workflows/build_iar.yml')
-rw-r--r--.github/workflows/build_iar.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml
index b4c3052ed..9f2cc0351 100644
--- a/.github/workflows/build_iar.yml
+++ b/.github/workflows/build_iar.yml
@@ -8,6 +8,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'tools/get_deps.py'
- '.github/workflows/build_iar.yml'
pull_request:
branches: [ master ]
@@ -16,6 +17,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
+ - 'tools/get_deps.py'
- '.github/workflows/build_iar.yml'
concurrency:
@@ -41,7 +43,7 @@ jobs:
mkdir -p "${{ github.workspace }}"
- name: Checkout TinyUSB
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Get Dependencies
run: python3 tools/get_deps.py ${{ matrix.family }}