Skip to content

Commit e2bf40d

Browse files
committed
update actions
1 parent 5f04296 commit e2bf40d

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
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: .
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v6
@@ -93,7 +93,7 @@ jobs:
9393
pytest -m benchmark --benchmark-json=./output.json
9494
9595
- name: Download previous benchmark data
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: ./cache
9999
key: ${{ runner.os }}-benchmark

.github/workflows/coverage_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
update-coverage-on-readme:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
2323
fetch-depth: 0

0 commit comments

Comments
 (0)