ci: update more github actions
Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
parent
faa18b7129
commit
6e1c422ff9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout files
|
- name: Checkout files
|
||||||
id: checkout-files
|
id: checkout-files
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check the cached arm-none-eabi-gcc compiler
|
- name: Check the cached arm-none-eabi-gcc compiler
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-toolchain-10-2020-q4
|
cache-name: cache-toolchain-10-2020-q4
|
||||||
with:
|
with:
|
||||||
|
|
4
.github/workflows/sim.yml
vendored
4
.github/workflows/sim.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout files
|
- name: Checkout files
|
||||||
id: checkout-files
|
id: checkout-files
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check the cached python downloads
|
- name: Check the cached python downloads
|
||||||
id: cache-modules
|
id: cache-modules
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-toolchain
|
cache-name: cache-toolchain
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue