Skip to content

Commit 8640fbb

Browse files
build: bump the actions group with 3 updates (#167)
1 parent af0bec0 commit 8640fbb

3 files changed

Lines changed: 3 additions & 3 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@0700edb451d0e9f2426f99bd6977027e550fb2a6 #v3
41+
uses: CodSpeedHQ/action@e736f0d2aeb36da38e9f08eca4dff7967408d154 #v3
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
@@ -58,7 +58,7 @@ jobs:
5858
echo "EOF" >> $GITHUB_ENV
5959
6060
# Draft your next Release notes as Pull Requests are merged into the default branch
61-
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
61+
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
6262
with:
6363
commitish: 'main'
6464
header: ${{ env.RELEASE_BODY }}

.github/workflows/update-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Create Pull Request
4747
if: steps.verify-changed-files.outputs.changed == 'true'
48-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
48+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
commit-message: |

0 commit comments

Comments
 (0)