diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d525cc4..2a2e13a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v6 # Avoid issues with depending on a particular version of this + - uses: actions/checkout@v7 # Avoid issues with depending on a particular version of this # package from another package. # We need our tags in order to calculate the version. # See https://github.com/astral-sh/uv/issues/8148. diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19c937bf..08547f6c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v6 # Avoid issues with depending on a particular version of this + - uses: actions/checkout@v7 # Avoid issues with depending on a particular version of this # package from another package. # We need our tags in order to calculate the version. # See https://github.com/astral-sh/uv/issues/8148. diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index 352ccdd6..72de5208 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -17,7 +17,7 @@ jobs: pages: write id-token: write steps: - - uses: actions/checkout@v6 # Avoid issues with depending on a particular version of this + - uses: actions/checkout@v7 # Avoid issues with depending on a particular version of this # package from another package. # We need our tags in order to calculate the version. # See https://github.com/astral-sh/uv/issues/8148. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d8868e5..eeba1e4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # See # https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches