diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-03 02:22:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 02:22:26 +0000 |
commit | 7063c167f42c688525197710ab770e9df4d84034 (patch) | |
tree | 50be6cab98b6bbb8d25138b5130c2d6e859db59b /.github | |
parent | f3c4a2e8ba1980a467cf12f42f4b2b4c4ba295fb (diff) | |
download | nextcloud-server-7063c167f42c688525197710ab770e9df4d84034.tar.gz nextcloud-server-7063c167f42c688525197710ab770e9df4d84034.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/v2.11.1...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')
-rw-r--r-- | .github/workflows/files-external-webdav.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-webdav.yml b/.github/workflows/files-external-webdav.yml index 46d1226a83c..18b7b0cfb39 100644 --- a/.github/workflows/files-external-webdav.yml +++ b/.github/workflows/files-external-webdav.yml @@ -16,7 +16,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: |