This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 60766495aa6 Use dorny/[email protected] (#16082)
60766495aa6 is described below
commit 60766495aa6259f38961334975182963c6a01842
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Fri Mar 8 09:05:26 2024 +0100
Use dorny/[email protected] (#16082)
---
.github/workflows/revised-its.yml | 2 +-
.github/workflows/standard-its.yml | 2 +-
.github/workflows/unit-tests.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/revised-its.yml
b/.github/workflows/revised-its.yml
index 202634140fc..c762a601651 100644
--- a/.github/workflows/revised-its.yml
+++ b/.github/workflows/revised-its.yml
@@ -33,7 +33,7 @@ jobs:
# the common extension in revised ITs is different from the one in
standard ITs
common-extensions: ${{ steps.filter.outputs.common-extensions }}
steps:
- - uses: dorny/paths-filter@v3
+ - uses: dorny/[email protected]
if: github.event_name == 'pull_request'
id: filter
with:
diff --git a/.github/workflows/standard-its.yml
b/.github/workflows/standard-its.yml
index a2d39751083..bc15a6ee16d 100644
--- a/.github/workflows/standard-its.yml
+++ b/.github/workflows/standard-its.yml
@@ -32,7 +32,7 @@ jobs:
core: ${{ steps.filter.outputs.core || github.event_name !=
'pull_request'}}
common-extensions: ${{ steps.filter.outputs.common-extensions }}
steps:
- - uses: dorny/paths-filter@v3
+ - uses: dorny/[email protected]
if: github.event_name == 'pull_request'
id: filter
with:
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index 5adbb78dbd0..60cf5ccbd36 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -54,7 +54,7 @@ jobs:
# run everything if not a PR
core: ${{ steps.filter.outputs.core || github.event_name !=
'pull_request'}}
steps:
- - uses: dorny/paths-filter@v3
+ - uses: dorny/[email protected]
if: github.event_name == 'pull_request'
id: filter
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]