We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9523e6b commit f85ab38Copy full SHA for f85ab38
.github/workflows/validate-pr.yml
@@ -52,7 +52,7 @@ jobs:
52
working-directory: ./clients-flight-recorder
53
run: |
54
node scripts/upload-recording/download.js --branch master
55
- node scripts/clone-elasticsearch/index.js --version 8.1.0-SNAPSHOT
+ node scripts/clone-elasticsearch/index.js --version 8.2.0-SNAPSHOT
56
env:
57
GCS_CREDENTIALS: ${{ secrets.GCS_CREDENTIALS }}
58
@@ -67,4 +67,4 @@ jobs:
67
68
- name: Run validation
69
working-directory: ./elasticsearch-specification
70
- run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.1.0-SNAPSHOT
+ run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.2.0-SNAPSHOT
0 commit comments