diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e243e2..30a932d 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@v5 + - uses: actions/checkout@v6 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@v5 + - uses: actions/checkout@v6 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@v5 + - uses: actions/checkout@v6 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 48b1806..916b664 100644 --- a/.github/workflows/sdist.yaml +++ b/.github/workflows/sdist.yaml @@ -26,7 +26,7 @@ jobs: - "3.10" - "3.11" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all tags and branches