Skip to content

Commit b80e612

Browse files
build: bump the actions group with 3 updates (#247)
* build: bump the actions group with 3 updates Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) Updates `CodSpeedHQ/action` from 4.17.5 to 4.17.6 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@c145068...63f3e98) Updates `release-drafter/release-drafter` from 7.3.1 to 7.4.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@693d20e...ed4bc48) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: CodSpeedHQ/action dependency-version: 4.17.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: release-drafter/release-drafter dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestion from @shenxianpeng * Apply suggestion from @shenxianpeng * Apply suggestion from @shenxianpeng --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xianpeng Shen <xianpeng.shen@gmail.com>
1 parent fb847ea commit b80e612

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Run benchmarks
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v5
29+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v5
3131
with:
3232
python-version: "3.13"
@@ -38,7 +38,7 @@ jobs:
3838
run: uv sync --dev
3939

4040
- name: Run benchmarks
41-
uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af #4.17.5
41+
uses: CodSpeedHQ/action@63f3e98b61959fe67f146a3ff022e4136fe9bb9c #4.17.6
4242
with:
4343
token: ${{ secrets.CODSPEED_TOKEN }}
4444
run: uv run pytest tests/ --codspeed

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121

2222
- name: Generate release notes header
2323
run: |
@@ -35,7 +35,7 @@ jobs:
3535
echo "EOF" >> $GITHUB_ENV
3636
3737
# Draft your next Release notes as Pull Requests are merged into the default branch
38-
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
38+
- uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0
3939
with:
4040
commitish: 'main'
4141
header: ${{ env.RELEASE_BODY }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v5
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121

2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v5

0 commit comments

Comments
 (0)