1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-28 16:12:24 +01:00

Bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/restore-python (#10869)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-24 19:06:18 -05:00
committed by GitHub
parent ce8ac8b89d
commit 538941b3fd

View File

@@ -22,7 +22,7 @@ runs:
python-version: ${{ inputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache/restore@v4.2.4
uses: actions/cache/restore@v4.3.0
with:
path: venv
# yamllint disable-line rule:line-length