diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 27d9197..03264cb 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -26,7 +26,7 @@ jobs: name: Run benchmarks runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v5 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v5 with: python-version: "3.13" @@ -38,7 +38,7 @@ jobs: run: uv sync --dev - name: Run benchmarks - uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af #4.17.5 + uses: CodSpeedHQ/action@63f3e98b61959fe67f146a3ff022e4136fe9bb9c #4.17.6 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 d41fc4f..0796b1e 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Generate release notes header run: | @@ -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@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1 + - uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0 with: commitish: 'main' header: ${{ env.RELEASE_BODY }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aab35aa..c982e32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: python-version: ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9"] steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v5 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v5