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:
|
||||
- name: Checkout files
|
||||
id: checkout-files
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check the cached arm-none-eabi-gcc compiler
|
||||
id: cache-toolchain
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-toolchain-10-2020-q4
|
||||
with:
|
||||
|
|
4
.github/workflows/sim.yml
vendored
4
.github/workflows/sim.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout files
|
||||
id: checkout-files
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check the cached python downloads
|
||||
id: cache-modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-toolchain
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue