mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-23 04:23:02 +02:00
Migrate to actions/cache@v4 (#60)
Some checks failed
CI / yamllint (push) Has been cancelled
CI / lint-clang-format (push) Has been cancelled
CI / lint-clang-tidy (push) Has been cancelled
CI / lint-python (push) Has been cancelled
CI / esphome-config (push) Has been cancelled
CI / esphome-compile (push) Has been cancelled
Some checks failed
CI / yamllint (push) Has been cancelled
CI / lint-clang-format (push) Has been cancelled
CI / lint-clang-tidy (push) Has been cancelled
CI / lint-python (push) Has been cancelled
CI / esphome-config (push) Has been cancelled
CI / esphome-compile (push) Has been cancelled
This commit is contained in:
committed by
GitHub
parent
1fbbb5a9da
commit
eeede3e32e
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Cache pip modules
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: esphome-pip-3.12-${{ hashFiles('setup.py') }}
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Cache pip modules
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: esphome-pip-3.12-${{ hashFiles('setup.py') }}
|
||||
@@ -135,7 +135,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Cache pip modules
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: esphome-pip-3.12-${{ hashFiles('setup.py') }}
|
||||
@@ -212,13 +212,13 @@ jobs:
|
||||
- name: ⤵️ Check out configuration from GitHub
|
||||
uses: actions/checkout@v2
|
||||
- name: Cache .esphome
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .esphome
|
||||
key: esphome-compile-esphome-${{ hashFiles('*.yaml') }}
|
||||
restore-keys: esphome-compile-esphome-
|
||||
- name: Cache .pioenvs
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .pioenvs
|
||||
key: esphome-compile-pioenvs-${{ hashFiles('*.yaml') }}
|
||||
|
Reference in New Issue
Block a user