diff --git a/.github/workflows/PR-powershell-daily.yml b/.github/workflows/PR-powershell-daily.yml index bcd487c..e39a434 100644 --- a/.github/workflows/PR-powershell-daily.yml +++ b/.github/workflows/PR-powershell-daily.yml @@ -37,7 +37,7 @@ jobs: pull-requests: read # Set job outputs to values from filter step outputs: - source: ${{ steps.filter.outputs.workflows }} + workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout uses: actions/checkout@v4 @@ -49,8 +49,8 @@ jobs: list-files: json filters: | workflows: - - '.github/workflows/PR-powershell-lts.yml' - - 'Formula/powershell-lts.rb' + - '.github/workflows/PR-powershell-daily.yml' + - 'Formula/powershell-daily.rb' - name: Capture outputs run: | @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v4 - name: Check for applicable files - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 id: filter with: filters: | diff --git a/.github/workflows/PR-powershell-lts.yml b/.github/workflows/PR-powershell-lts.yml index c269bdf..3b9a37e 100644 --- a/.github/workflows/PR-powershell-lts.yml +++ b/.github/workflows/PR-powershell-lts.yml @@ -35,7 +35,7 @@ jobs: pull-requests: read # Set job outputs to values from filter step outputs: - source: ${{ steps.filter.outputs.workflows }} + workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout uses: actions/checkout@v4 diff --git a/.github/workflows/PR-powershell-preview.yml b/.github/workflows/PR-powershell-preview.yml index da47996..630d75c 100644 --- a/.github/workflows/PR-powershell-preview.yml +++ b/.github/workflows/PR-powershell-preview.yml @@ -35,7 +35,7 @@ jobs: pull-requests: read # Set job outputs to values from filter step outputs: - source: ${{ steps.filter.outputs.workflows }} + workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout uses: actions/checkout@v4 @@ -47,8 +47,8 @@ jobs: list-files: json filters: | workflows: - - '.github/workflows/PR-powershell-lts.yml' - - 'Formula/powershell-lts.rb' + - '.github/workflows/PR-powershell-preview.yml' + - 'Formula/powershell-preview.rb' - name: Capture outputs run: | @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v4 - name: Check for applicable files - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 id: filter with: filters: | diff --git a/.github/workflows/PR-powershell.yml b/.github/workflows/PR-powershell.yml index 3260b86..ea1b13c 100644 --- a/.github/workflows/PR-powershell.yml +++ b/.github/workflows/PR-powershell.yml @@ -37,7 +37,7 @@ jobs: pull-requests: read # Set job outputs to values from filter step outputs: - source: ${{ steps.filter.outputs.workflows }} + workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout uses: actions/checkout@v4 @@ -49,8 +49,8 @@ jobs: list-files: json filters: | workflows: - - '.github/workflows/PR-powershell-lts.yml' - - 'Formula/powershell-lts.rb' + - '.github/workflows/PR-powershell.yml' + - 'Formula/powershell.rb' - name: Capture outputs run: | @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v4 - name: Check for applicable files - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 id: filter with: filters: |