Skip to content

Commit a16e8ee

Browse files
Bump dorny/paths-filter from 2.11.1 to 3.0.2 (#1267)
* Bump dorny/paths-filter from 2.11.1 to 3.0.2 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.2. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@4512585...de90cc6) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update PR-powershell-daily.yml * Fix output variable name in workflow * Update workflows and filters in PR workflow * Fix workflow output and filter paths * Update PR-powershell-lts.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Travis Plunk <github@ez13.net>
1 parent 9e1b43f commit a16e8ee

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/PR-powershell-daily.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: read
3838
# Set job outputs to values from filter step
3939
outputs:
40-
source: ${{ steps.filter.outputs.workflows }}
40+
workflows: ${{ steps.filter.outputs.workflows }}
4141
steps:
4242
- name: checkout
4343
uses: actions/checkout@v4
@@ -49,8 +49,8 @@ jobs:
4949
list-files: json
5050
filters: |
5151
workflows:
52-
- '.github/workflows/PR-powershell-lts.yml'
53-
- 'Formula/powershell-lts.rb'
52+
- '.github/workflows/PR-powershell-daily.yml'
53+
- 'Formula/powershell-daily.rb'
5454
5555
- name: Capture outputs
5656
run: |
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v4
6868

6969
- name: Check for applicable files
70-
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
70+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
7171
id: filter
7272
with:
7373
filters: |

.github/workflows/PR-powershell-lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pull-requests: read
3636
# Set job outputs to values from filter step
3737
outputs:
38-
source: ${{ steps.filter.outputs.workflows }}
38+
workflows: ${{ steps.filter.outputs.workflows }}
3939
steps:
4040
- name: checkout
4141
uses: actions/checkout@v4

.github/workflows/PR-powershell-preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pull-requests: read
3636
# Set job outputs to values from filter step
3737
outputs:
38-
source: ${{ steps.filter.outputs.workflows }}
38+
workflows: ${{ steps.filter.outputs.workflows }}
3939
steps:
4040
- name: checkout
4141
uses: actions/checkout@v4
@@ -47,8 +47,8 @@ jobs:
4747
list-files: json
4848
filters: |
4949
workflows:
50-
- '.github/workflows/PR-powershell-lts.yml'
51-
- 'Formula/powershell-lts.rb'
50+
- '.github/workflows/PR-powershell-preview.yml'
51+
- 'Formula/powershell-preview.rb'
5252
5353
- name: Capture outputs
5454
run: |
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v4
6666

6767
- name: Check for applicable files
68-
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
68+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
6969
id: filter
7070
with:
7171
filters: |

.github/workflows/PR-powershell.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: read
3838
# Set job outputs to values from filter step
3939
outputs:
40-
source: ${{ steps.filter.outputs.workflows }}
40+
workflows: ${{ steps.filter.outputs.workflows }}
4141
steps:
4242
- name: checkout
4343
uses: actions/checkout@v4
@@ -49,8 +49,8 @@ jobs:
4949
list-files: json
5050
filters: |
5151
workflows:
52-
- '.github/workflows/PR-powershell-lts.yml'
53-
- 'Formula/powershell-lts.rb'
52+
- '.github/workflows/PR-powershell.yml'
53+
- 'Formula/powershell.rb'
5454
5555
- name: Capture outputs
5656
run: |
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v4
6868

6969
- name: Check for applicable files
70-
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
70+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
7171
id: filter
7272
with:
7373
filters: |

0 commit comments

Comments
 (0)