diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index c7272e2..6bc2f76 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -13,7 +13,7 @@ jobs: issues: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/weekly-review.yml b/.github/workflows/weekly-review.yml index b17d5d1..a0b2fa8 100644 --- a/.github/workflows/weekly-review.yml +++ b/.github/workflows/weekly-review.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # full history so git log timestamps are accurate