Skip to content

Commit 638c650

Browse files
authored
Update action version
1 parent a797bef commit 638c650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build_NUCLEO-H563ZI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
- name: Activate vcpkg
3232
uses: ARM-software/cmsis-actions/vcpkg@v1
@@ -77,7 +77,7 @@ jobs:
7777
west -v update
7878
7979
- name: Cache the Zephyrproject
80-
uses: actions/cache@v5
80+
uses: actions/cache@v6
8181
with:
8282
key: install-west
8383
path: /home/runner/zephyrproject

0 commit comments

Comments
 (0)