diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4243317..1cc3e10 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all tags and branches @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all tags and branches @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all tags and branches diff --git a/.github/workflows/sdist.yaml b/.github/workflows/sdist.yaml index 212ae4c..7bc971f 100644 --- a/.github/workflows/sdist.yaml +++ b/.github/workflows/sdist.yaml @@ -26,7 +26,7 @@ jobs: - "3.10" - "3.11" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all tags and branches