diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-17 02:58:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 02:58:55 +0000 |
commit | c62c89b14f5b6634d4186bc48c3be1af7afe7ffd (patch) | |
tree | dd328e903fff007c445b0524f58c44788888471b /.github/workflows/files-external-sftp.yml | |
parent | 0ed6d3032d01013537367fc2b5e08c61c5da86d8 (diff) | |
download | nextcloud-server-c62c89b14f5b6634d4186bc48c3be1af7afe7ffd.tar.gz nextcloud-server-c62c89b14f5b6634d4186bc48c3be1af7afe7ffd.zip |
chore(deps): bump dorny/paths-filter from 3.0.0 to 3.0.1
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1.
- [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/0bc4621a3135347011ad047f9ecf449bf72ce2bd...ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a)
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/files-external-sftp.yml')
-rw-r--r-- | .github/workflows/files-external-sftp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-sftp.yml b/.github/workflows/files-external-sftp.yml index 666cec1da82..191e502f730 100644 --- a/.github/workflows/files-external-sftp.yml +++ b/.github/workflows/files-external-sftp.yml @@ -16,7 +16,7 @@ jobs: src: ${{ steps.changes.outputs.src}} steps: - - uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 + - uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1 id: changes continue-on-error: true with: |