Skip to content

Commit 6e1c422

Browse files
fgazDaniel Thompson
authored andcommitted
ci: update more github actions
Signed-off-by: Francesco Gazzetta <[email protected]>
1 parent faa18b7 commit 6e1c422

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
- name: Checkout files
1515
id: checkout-files
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Check the cached arm-none-eabi-gcc compiler
1919
id: cache-toolchain
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
env:
2222
cache-name: cache-toolchain-10-2020-q4
2323
with:

.github/workflows/sim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
- name: Checkout files
1515
id: checkout-files
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Check the cached python downloads
1919
id: cache-modules
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
env:
2222
cache-name: cache-toolchain
2323
with:

0 commit comments

Comments
 (0)