Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
tauri: ${{ steps.f.outputs.tauri }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
id: f
with:
filters: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
#
# - workflow_dispatch: derive from inputs.track (`tray` / `platform`
# set true individually; `both` sets both).
# - push: use dorny/paths-filter@v3 against the parent commit. Skip
# - push: use dorny/paths-filter@v4 against the parent commit. Skip
# entirely on this workflow's own bump commits (otherwise auto-alpha
# recurses).
detect-tracks:
Expand All @@ -96,7 +96,7 @@ jobs:
# Path detection — only runs on push events. dorny/paths-filter
# on push compares against the parent commit, which is what we
# want (incremental detection per commit).
- uses: dorny/paths-filter@v3
- uses: dorny/paths-filter@v4
id: f
if: github.event_name == 'push'
with:
Expand Down
Loading