Test deprecated rule modification (#3727)

(cherry picked from commit f9b3534cdd)
This commit is contained in:
shashank-elastic
2024-06-07 19:24:36 +05:30
committed by github-actions[bot]
parent 4077572a3b
commit dbfdb7f804
2 changed files with 22 additions and 3 deletions
+8 -2
View File
@@ -12,8 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Fetch main branch
run: |
git fetch origin main:refs/remotes/origin/main
- name: Set up Python 3.12
uses: actions/setup-python@v5
with: