diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17c3ab9..8afd6d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: python-version: ["3.12", "3.13", "3.14"] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Tags are needed to compute the current version number fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 183dc48..eb17efd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Tags are needed to compute the current version number fetch-depth: 0