Skip to content

Commit 7592e95

Browse files
build: bump the actions group with 2 updates (#236)
1 parent 2b0c569 commit 7592e95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: uv sync --dev
3939

4040
- name: Run benchmarks
41-
uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd #4.15.1
41+
uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f #4.17.0
4242
with:
4343
token: ${{ secrets.CODSPEED_TOKEN }}
4444
run: uv run pytest tests/ --codspeed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "EOF" >> $GITHUB_ENV
4949
5050
# Draft your next Release notes as Pull Requests are merged into the default branch
51-
- uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0
51+
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
5252
with:
5353
commitish: 'main'
5454
header: ${{ env.RELEASE_BODY }}

0 commit comments

Comments
 (0)