Skip to content

Commit 74a55c7

Browse files
authored
Merge pull request #752 from European-XFEL/dependabot/github_actions/actions-6d1c06d137
build(deps): bump actions/cache from 5 to 6 in the actions group
2 parents ff368ed + 17ccc01 commit 74a55c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26-
- uses: actions/cache@v5
26+
- uses: actions/cache@v6
2727
with:
2828
path: ~/.cache/pip
2929
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/setup.py') }}-${{ hashFiles('.github/dependabot/constraints.txt') }}

0 commit comments

Comments
 (0)