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 506c47b commit 9754a08Copy full SHA for 9754a08
2 files changed
.github/workflows/codspeed.yml
@@ -38,7 +38,7 @@ jobs:
38
run: uv sync --dev
39
40
- name: Run benchmarks
41
- uses: CodSpeedHQ/action@658a901452bb54c799643e060733b7afe9121b8d #4.14.0
+ uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c #4.15.0
42
with:
43
token: ${{ secrets.CODSPEED_TOKEN }}
44
run: uv run pytest tests/ --codspeed
.github/workflows/release-drafter.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "EOF" >> $GITHUB_ENV
49
50
# Draft your next Release notes as Pull Requests are merged into the default branch
51
- - uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
+ - uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
52
53
commitish: 'main'
54
header: ${{ env.RELEASE_BODY }}
0 commit comments