diff options
author | silverwind <me@silverwind.io> | 2024-02-01 02:43:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 20:43:06 -0500 |
commit | a1e0d8bd8bf3ad747673496c4059ec8ed42c9128 (patch) | |
tree | b16ffe14f3e459f6037ce3abc4fafad94ce3f6e4 | |
parent | ab45f9ee12a9f4fee6a5228bce586130568cc7b9 (diff) | |
download | gitea-a1e0d8bd8bf3ad747673496c4059ec8ed42c9128.tar.gz gitea-a1e0d8bd8bf3ad747673496c4059ec8ed42c9128.zip |
Update dorny/paths-filter action (#29003)
-rw-r--r-- | .github/workflows/files-changed.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-changed.yml b/.github/workflows/files-changed.yml index e7039053af..c909f78597 100644 --- a/.github/workflows/files-changed.yml +++ b/.github/workflows/files-changed.yml @@ -35,7 +35,7 @@ jobs: yaml: ${{ steps.changes.outputs.yaml }} steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 id: changes with: filters: | |