diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index dd0eb8e..7fef1a3 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,6 +18,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Codespell uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca20c44..691e6ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,14 +28,14 @@ jobs: os: ubuntu-26.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: # Retrieve some git history, which will hopefully include the last release tag # and enable us to generate better version numbers. fetch-depth: 256 - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: enable-cache: true python-version: ${{ matrix.python-version }}