diff --git a/.github/workflows/lychee.yaml b/.github/workflows/lychee.yaml index 620648bf9..68271c509 100644 --- a/.github/workflows/lychee.yaml +++ b/.github/workflows/lychee.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Get changed files in PR id: changed-files - uses: tj-actions/changed-files@v40 # Using a dedicated action for robustness + uses: tj-actions/changed-files@v46 # Using a dedicated action for robustness with: # Compare the HEAD of the PR with the merge-base (where the PR branches off) base_sha: ${{ github.event.pull_request.base.sha }}