Bump actions/cache from 5.0.5 to 6.0.0 in /.github/actions/restore-python (#17169)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-23 15:03:16 -05:00
committed by GitHub
parent 7763ce958d
commit e3b644c2a0
+1 -1
View File
@@ -22,7 +22,7 @@ runs:
python-version: ${{ inputs.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
with:
path: venv
# yamllint disable-line rule:line-length