Skip to content

Commit 43e1a89

Browse files
deps(workflows): bump actions/cache from 4 to 5 (#259)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
1 parent c48019a commit 43e1a89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests-with-pydebug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Set up pyenv cache
155155
id: pyenv-cache
156-
uses: actions/cache@v4
156+
uses: actions/cache@v5
157157
with:
158158
path: ${{ env.PYENV_ROOT }}
159159
key: pyenv-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}${{ matrix.python-abiflags }}-${{ env.PYTHON_VERSION }}$
@@ -220,7 +220,7 @@ jobs:
220220
221221
- name: Set up pip cache
222222
id: pip-cache
223-
uses: actions/cache@v4
223+
uses: actions/cache@v5
224224
with:
225225
path: ${{ env.PIP_CACHE_DIR }}
226226
key: pip-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}${{ matrix.python-abiflags }}-${{ hashFiles('pyproject.toml', 'requirements*.txt', '*/requirements*.txt') }}$

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: cpplint
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.14.8
41+
rev: v0.14.9
4242
hooks:
4343
- id: ruff-check
4444
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)