Skip to content

Commit 705f964

Browse files
build: bump the actions group with 3 updates (#211)
Bumps the actions group with 3 updates: [CodSpeedHQ/action](https://github.com/codspeedhq/action), [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `CodSpeedHQ/action` from 4.13.0 to 4.13.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@d872884...db35df7) Updates `release-drafter/release-drafter` from 7.1.1 to 7.2.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@139054a...5de9358) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c0f553f...5f6978f) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: release-drafter/release-drafter dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f533db9 commit 705f964

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@d872884a306dd4853acf0f584f4b706cf0cc72a2 #4.13.0
41+
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 #4.13.1
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@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
51+
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
5252
with:
5353
commitish: 'main'
5454
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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
48+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
commit-message: |

0 commit comments

Comments
 (0)