From 6e1c422ff9a04cbda2145773ba18189e7bae9027 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Wed, 25 Sep 2024 21:07:43 +0200 Subject: [PATCH] ci: update more github actions Signed-off-by: Francesco Gazzetta --- .github/workflows/main.yml | 4 ++-- .github/workflows/sim.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 378b902..3e4e3fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.github/workflows/sim.yml b/.github/workflows/sim.yml index 03c9791..c832547 100644 --- a/.github/workflows/sim.yml +++ b/.github/workflows/sim.yml @@ -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: