Skip to content

Commit

Permalink
chore(deps): update dorny/paths-filter action to v2.12.0 (#805)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Bannert <[email protected]>
  • Loading branch information
renovate[bot] and prisis authored Mar 10, 2024
1 parent a98ef7b commit 5bd1b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
EMAIL: "github-actions[bot]@users.noreply.github.com"

- name: "Check for file changes"
uses: "dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50" # v2.11.1
uses: "dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271" # v2.12.0
id: "changes"
with:
token: "${{ github.token }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
EMAIL: "github-actions[bot]@users.noreply.github.com"

- name: "Check for file changes"
uses: "dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50" # v2.11.1
uses: "dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271" # v2.12.0
id: "changes"
with:
token: "${{ github.token }}"
Expand Down

0 comments on commit 5bd1b18

Please sign in to comment.