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/integration-sqlite.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/integration-sqlite.yml')
-rw-r--r-- | .github/workflows/integration-sqlite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index de32836fc7c..0c7b13c7661 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -24,7 +24,7 @@ jobs: src: 'true' steps: - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 id: changes continue-on-error: true with: |