diff --git a/.github/workflows/timeline-freshness.yml b/.github/workflows/timeline-freshness.yml index 8722c97..30e7af5 100644 --- a/.github/workflows/timeline-freshness.yml +++ b/.github/workflows/timeline-freshness.yml @@ -25,7 +25,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Check the timeline is current env: GH_TOKEN: ${{ github.token }}