mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
Update dorny/paths-filter action (#29003)
This commit is contained in:
parent
ab45f9ee12
commit
a1e0d8bd8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/files-changed.yml
vendored
2
.github/workflows/files-changed.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
yaml: ${{ steps.changes.outputs.yaml }}
|
yaml: ${{ steps.changes.outputs.yaml }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dorny/paths-filter@v2
|
- uses: dorny/paths-filter@v3
|
||||||
id: changes
|
id: changes
|
||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
|
|
Loading…
Reference in a new issue