Bumping paths-filter version in order to move off of node16 which is now deprecated. I also switched away from using our fork since we don't have any modifications.
@@ -1,4 +1,4 @@
-# This is used by the action https://github.com/dorny/paths-filter (which we have forked to https://github.com/getsentry/paths-filter)
+# This is used by the action https://github.com/dorny/paths-filter
# TODO: There are some meta files that we potentially could ignore for both front/backend,
# as well as some configuration files that should trigger both
@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: Check for backend file changes
- uses: getsentry/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
+ uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0
id: changes
with:
token: ${{ github.token }}
@@ -32,7 +32,7 @@ jobs:
@@ -34,7 +34,7 @@ jobs:
- name: Check for frontend file changes
@@ -42,7 +42,7 @@ jobs:
ARG_LABEL_NAMES: ${{ toJSON(github.event.pull_request.labels.*.name) }}
- name: Check for file changes
@@ -17,7 +17,7 @@ jobs:
persist-credentials: false
@@ -15,7 +15,7 @@ jobs:
list-files: shell
@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: Match migration files
@@ -25,7 +25,7 @@ jobs:
fetch-depth: '2'
- name: Check for python file changes