From 651abeff4720477780be89e50e0fb01db122ee46 Mon Sep 17 00:00:00 2001 From: Daniel Starke Date: Mon, 18 Sep 2023 22:33:07 +0200 Subject: [PATCH] Update version of used Github actions. Signed-off-by: Daniel Starke --- .github/workflows/compatibility-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compatibility-tests.yml b/.github/workflows/compatibility-tests.yml index 7224619..c46e7cf 100644 --- a/.github/workflows/compatibility-tests.yml +++ b/.github/workflows/compatibility-tests.yml @@ -59,22 +59,22 @@ jobs: # SERIES="wl" ARCH="cortex-m4" MCU="stm32wle5jci6" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Cache PlatformIO - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 - name: Install PlatformIO run: |