Skip to content

Commit

Permalink
Merge pull request #4607 from neo4j/renovate/dorny-paths-filter-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dorny/paths-filter action to v3
  • Loading branch information
darrellwarde authored Jan 30, 2024
2 parents 334633d + e4e82e6 commit 6c2f3ea
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-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: lts/*
- name: Install markdownlint
run: npm install -g markdownlint-cli
- uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0
id: filter
with:
list-files: shell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0
- uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0
id: filter
with:
list-files: shell
Expand Down

0 comments on commit 6c2f3ea

Please sign in to comment.