diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-01-27 13:44:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 13:44:25 +0100 |
commit | 73f748c4adcc9686669967d28c606ad231f6437c (patch) | |
tree | 81684699a495727a0ae422aeabc7bccfece2a14e /.github/workflows/phpunit-mysql.yml | |
parent | b6f64cb41f136121a042fb15ce5f4ddc9effa288 (diff) | |
parent | db6631748bfad75b14ca617f881d372ecd78dbde (diff) | |
download | nextcloud-server-73f748c4adcc9686669967d28c606ad231f6437c.tar.gz nextcloud-server-73f748c4adcc9686669967d28c606ad231f6437c.zip |
Merge pull request #43162 from nextcloud/dependabot/github_actions/dorny/paths-filter-3.0.0
chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0
Diffstat (limited to '.github/workflows/phpunit-mysql.yml')
-rw-r--r-- | .github/workflows/phpunit-mysql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 1bf33ca51f7..4858752bdc9 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -25,7 +25,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: |