diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41fcab9..6b407df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 84f740c..9ba249c 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -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: @@ -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: