diff --git a/.github/workflows/build_profiler.yml b/.github/workflows/build_profiler.yml index 7cd9b6d72..5d5a36183 100644 --- a/.github/workflows/build_profiler.yml +++ b/.github/workflows/build_profiler.yml @@ -79,7 +79,7 @@ jobs: fetch-depth: 0 - name: Look for modified files - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 id: filter with: base: ${{ github.ref }} diff --git a/.github/workflows/check_modified_files.yml b/.github/workflows/check_modified_files.yml index dd98f3fc3..f9d5785f6 100644 --- a/.github/workflows/check_modified_files.yml +++ b/.github/workflows/check_modified_files.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: Verify which files were modified - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 id: filter with: base: ${{ github.ref }}