There was an error while loading. Please reload this page.
1 parent 805dfc4 commit c1d5f09Copy full SHA for c1d5f09
.github/workflows/codspeed.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pip install -e .[dev]
36
37
- name: Run benchmarks
38
- uses: CodSpeedHQ/action@c6574d0c2a990bca2842ce9af71549c5bfd7fbe0 #v3
+ uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 #v3
39
with:
40
token: ${{ secrets.CODSPEED_TOKEN }}
41
run: pytest tests/ --codspeed
.github/workflows/update-versions.yml
@@ -12,12 +12,12 @@ jobs:
12
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
token: ${{ secrets.GITHUB_TOKEN }}
18
19
- name: Set up Python
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
21
22
python-version: '3.11'
23
0 commit comments