diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 16469ee..1296d38 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -20,9 +20,11 @@ jobs: latest-changes: runs-on: ubuntu-latest steps: + # pin to actions/checkout@v5 for compatibility with latest-changes + # Ref: https://github.com/actions/checkout/issues/2313 - uses: actions/checkout@v5 with: token: ${{ secrets.ISSUE_MANAGER_LATEST_CHANGES }} - - uses: tiangolo/latest-changes@0.4.0 + - uses: tiangolo/latest-changes@0.4.1 with: token: ${{ secrets.GITHUB_TOKEN }}