aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pio_build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml
index 60a9cf7..192b022 100644
--- a/.github/workflows/pio_build.yml
+++ b/.github/workflows/pio_build.yml
@@ -31,13 +31,13 @@ jobs:
run: echo $PLATFORMIO_BUILD_FLAGS
- uses: actions/checkout@v2
- 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') }}