diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pio_arduino_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pio_arduino_build.yml b/.github/workflows/pio_arduino_build.yml index 1697281..e3d832e 100644 --- a/.github/workflows/pio_arduino_build.yml +++ b/.github/workflows/pio_arduino_build.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache pip and platformio - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pip |
