We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8281bc commit 2c9dc3dCopy full SHA for 2c9dc3d
.github/workflows/workflow.yml
@@ -19,5 +19,5 @@ jobs:
19
- uses: actions/checkout@v2
20
- uses: ./.github/actions
21
with:
22
- version: '7.17.20'
+ version: '7.17.21'
23
tags: 7.17,7,latest
Makefile
@@ -1,6 +1,6 @@
1
-include env_make
2
3
-KIBANA_VER ?= 7.17.20
+KIBANA_VER ?= 7.17.21
4
KIBANA_VER_MINOR=$(shell echo "${KIBANA_VER}" | grep -oE '^[0-9]+\.[0-9]+')
5
6
NODEJS_VER ?= $(shell wget -qO- "https://raw.githubusercontent.com/elastic/kibana/v$(KIBANA_VER)/.node-version")
0 commit comments