diff --git a/.github/workflows/PR-powershell-lts.yml b/.github/workflows/PR-powershell-lts.yml index de848fc..263fa8f 100644 --- a/.github/workflows/PR-powershell-lts.yml +++ b/.github/workflows/PR-powershell-lts.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4.2.2 # For pull requests it's not necessary to checkout the code - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0 + - uses: dorny/paths-filter@9d7afb8d214ad99e78fbd4247752c4caed2b6e4c # v3.2.0 id: filter with: list-files: json diff --git a/.github/workflows/PR-powershell-preview.yml b/.github/workflows/PR-powershell-preview.yml index c55d5e6..c8c5fc8 100644 --- a/.github/workflows/PR-powershell-preview.yml +++ b/.github/workflows/PR-powershell-preview.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4.2.2 # For pull requests it's not necessary to checkout the code - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0 + - uses: dorny/paths-filter@9d7afb8d214ad99e78fbd4247752c4caed2b6e4c # v3.2.0 id: filter with: list-files: json @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Check for applicable files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 + uses: dorny/paths-filter@9d7afb8d214ad99e78fbd4247752c4caed2b6e4c id: filter with: filters: | diff --git a/.github/workflows/PR-powershell.yml b/.github/workflows/PR-powershell.yml index 294ca1b..975e750 100644 --- a/.github/workflows/PR-powershell.yml +++ b/.github/workflows/PR-powershell.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4.2.2 # For pull requests it's not necessary to checkout the code - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0 + - uses: dorny/paths-filter@9d7afb8d214ad99e78fbd4247752c4caed2b6e4c # v3.2.0 id: filter with: list-files: json @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Check for applicable files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 + uses: dorny/paths-filter@9d7afb8d214ad99e78fbd4247752c4caed2b6e4c id: filter with: filters: |