Skip to content

Commit 5bd1b18

Browse files
chore(deps): update dorny/paths-filter action to v2.12.0 (#805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Bannert <[email protected]>
1 parent a98ef7b commit 5bd1b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
EMAIL: "github-actions[bot]@users.noreply.github.com"
3636

3737
- name: "Check for file changes"
38-
uses: "dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50" # v2.11.1
38+
uses: "dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271" # v2.12.0
3939
id: "changes"
4040
with:
4141
token: "${{ github.token }}"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
EMAIL: "github-actions[bot]@users.noreply.github.com"
3434

3535
- name: "Check for file changes"
36-
uses: "dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50" # v2.11.1
36+
uses: "dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271" # v2.12.0
3737
id: "changes"
3838
with:
3939
token: "${{ github.token }}"

0 commit comments

Comments
 (0)