We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fed398 commit 33c3cc3Copy full SHA for 33c3cc3
.github/workflows/codspeed.yml
@@ -38,7 +38,7 @@ jobs:
38
run: uv sync --dev
39
40
- name: Run benchmarks
41
- uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad #v3
+ uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
42
with:
43
token: ${{ secrets.CODSPEED_TOKEN }}
44
run: uv run pytest tests/ --codspeed
.github/workflows/update-versions.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v6
+ uses: actions/checkout@v6 # v6.0.0
16
17
token: ${{ secrets.GITHUB_TOKEN }}
18
0 commit comments