Skip to content

Commit 9754a08

Browse files
build: bump the actions group with 2 updates (#220)
1 parent 506c47b commit 9754a08

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@658a901452bb54c799643e060733b7afe9121b8d #4.14.0
41+
uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c #4.15.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@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
51+
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
5252
with:
5353
commitish: 'main'
5454
header: ${{ env.RELEASE_BODY }}

0 commit comments

Comments
 (0)