Test deprecated rule modification (#3727)

This commit is contained in:
shashank-elastic
2024-06-07 19:24:36 +05:30
committed by GitHub
parent 57095a28b9
commit f9b3534cdd
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: