diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 5ed047d..e2d0da0 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -87,7 +87,7 @@ jobs: fetch-depth: 0 - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v21 + uses: tj-actions/changed-files@v41 - name: Set output isCsFilesChanged id: setIsCsFilesChangedOutput run: |