Skip to content

Commit 2ae0420

Browse files
Merge pull request #9833 from borgbackup/dependabot/github_actions/actions-6d1c06d137
build(deps): bump actions/cache from 5 to 6 in the actions group
2 parents 68455a3 + e3b5a81 commit 2ae0420

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
python-version: ${{ matrix.python-version }}
180180

181181
- name: Cache pip
182-
uses: actions/cache@v5
182+
uses: actions/cache@v6
183183
with:
184184
path: ~/.cache/pip
185185
key: ${{ runner.os }}-${{ runner.arch }}-pip-${{ hashFiles('requirements.d/development.lock.txt') }}
@@ -188,7 +188,7 @@ jobs:
188188
${{ runner.os }}-${{ runner.arch }}-
189189
190190
- name: Cache tox environments
191-
uses: actions/cache@v5
191+
uses: actions/cache@v6
192192
with:
193193
path: .tox
194194
key: ${{ runner.os }}-${{ runner.arch }}-tox-${{ matrix.toxenv }}-${{ hashFiles('requirements.d/development.lock.txt', 'pyproject.toml') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
python-version: 3.11
5757
- name: Cache pip
58-
uses: actions/cache@v5
58+
uses: actions/cache@v6
5959
with:
6060
path: ~/.cache/pip
6161
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.txt') }}

0 commit comments

Comments
 (0)