diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2000046d..a0d3838b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Check for src file changes id: check_files if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: src/** diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 37e8877a..1fc4967c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: - name: Check for src file changes id: check_files if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: src/** files-ignore: |