diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-27 02:07:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 02:07:55 +0000 |
commit | db6631748bfad75b14ca617f881d372ecd78dbde (patch) | |
tree | 2c5762c20025457b86ad35cd859d85cab2bc9ce2 /.github/workflows/node.yml | |
parent | fe4dde3610eeaa7db50dcab3d3a886602956c220 (diff) | |
download | nextcloud-server-db6631748bfad75b14ca617f881d372ecd78dbde.tar.gz nextcloud-server-db6631748bfad75b14ca617f881d372ecd78dbde.zip |
chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/4512585405083f25c027a35db413c2b3b9006d50...0bc4621a3135347011ad047f9ecf449bf72ce2bd)
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/node.yml')
-rw-r--r-- | .github/workflows/node.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 813498404a7..4b71db36fea 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -23,7 +23,7 @@ jobs: src: ${{ steps.changes.outputs.src}} steps: - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 id: changes continue-on-error: true with: |