diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 80504fa..a787588 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -38,7 +38,7 @@ jobs: run: uv sync --dev - name: Run benchmarks - uses: CodSpeedHQ/action@f99becdce5e5d51fd556489ebef684f4ecfd6286 #4.18.5 + uses: CodSpeedHQ/action@88472375d0a4572cf70a9f1fe3a4e0ab8da1b924 #5.0.1 with: token: ${{ secrets.CODSPEED_TOKEN }} run: uv run pytest tests/ --codspeed diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 4d97710..7bfc6eb 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -35,7 +35,7 @@ jobs: echo "EOF" >> $GITHUB_ENV # Draft your next Release notes as Pull Requests are merged into the default branch - - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 + - uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0 with: commitish: 'main' header: ${{ env.RELEASE_BODY }}