Skip to content

Commit f85ab38

Browse files
authored
Bump Github CI to 8.2.0 for validation (#1623)
1 parent 9523e6b commit f85ab38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
working-directory: ./clients-flight-recorder
5353
run: |
5454
node scripts/upload-recording/download.js --branch master
55-
node scripts/clone-elasticsearch/index.js --version 8.1.0-SNAPSHOT
55+
node scripts/clone-elasticsearch/index.js --version 8.2.0-SNAPSHOT
5656
env:
5757
GCS_CREDENTIALS: ${{ secrets.GCS_CREDENTIALS }}
5858

@@ -67,4 +67,4 @@ jobs:
6767

6868
- name: Run validation
6969
working-directory: ./elasticsearch-specification
70-
run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.1.0-SNAPSHOT
70+
run: node .github/validate-pr --token ${{ secrets.GITHUB_TOKEN }} --version 8.2.0-SNAPSHOT

0 commit comments

Comments
 (0)