Merge pull request #575 from mrfaptastic/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
This commit is contained in:
commit
533f1507c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pio_arduino_build.yml
vendored
2
.github/workflows/pio_arduino_build.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Cache pip and platformio
|
- name: Cache pip and platformio
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/pip
|
~/.cache/pip
|
||||||
|
|
Loading…
Reference in a new issue