diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 631cbe8..2190e57 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@0700edb451d0e9f2426f99bd6977027e550fb2a6 #v3 + uses: CodSpeedHQ/action@e736f0d2aeb36da38e9f08eca4dff7967408d154 #v3 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 c43ac50..aed2ef8 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -58,7 +58,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@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0 + - uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0 with: commitish: 'main' header: ${{ env.RELEASE_BODY }} diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 45ff198..5ff744a 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -45,7 +45,7 @@ jobs: - name: Create Pull Request if: steps.verify-changed-files.outputs.changed == 'true' - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: |