Merge pull request #9833 from borgbackup/dependabot/github_actions/actions-6d1c06d137

build(deps): bump actions/cache from 5 to 6 in the actions group
This commit is contained in:
TW 2026-06-30 10:01:20 +02:00 committed by GitHub
commit 2ae04200a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -179,7 +179,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Cache pip
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ runner.arch }}-pip-${{ hashFiles('requirements.d/development.lock.txt') }}
@ -188,7 +188,7 @@ jobs:
${{ runner.os }}-${{ runner.arch }}-
- name: Cache tox environments
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .tox
key: ${{ runner.os }}-${{ runner.arch }}-tox-${{ matrix.toxenv }}-${{ hashFiles('requirements.d/development.lock.txt', 'pyproject.toml') }}

View file

@ -55,7 +55,7 @@ jobs:
with:
python-version: 3.11
- name: Cache pip
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.txt') }}