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 2b0c569 commit 7592e95Copy full SHA for 7592e95
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@3194d9a39c4d46684cb44bf7207fc56626aad8fd #4.15.1
+ uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f #4.17.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@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0
+ - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
52
53
commitish: 'main'
54
header: ${{ env.RELEASE_BODY }}
0 commit comments