diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 583bd78..9816d93 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Check for changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.1 id: filter with: base: ${{ (github.event_name == 'schedule') && 'main' || '' }}