This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push:
new 66a7d32 Bump up changes filter (#257)
66a7d32 is described below
commit 66a7d3298b4eff1941f823d4a3106097b03e7ef9
Author: Superskyyy <[email protected]>
AuthorDate: Wed Dec 7 01:30:59 2022 -0500
Bump up changes filter (#257)
---
.github/workflows/CI.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml
index 62a7816..4bbd08d 100644
--- a/.github/workflows/CI.yaml
+++ b/.github/workflows/CI.yaml
@@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@v3 # required for push event
- name: Check for file changes
- uses: getsentry/paths-filter@v2
+ uses: getsentry/[email protected]
id: filter
with:
token: ${{ github.token }}