Skip to content

Commit

Permalink
Update kibana to 7.17.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Feb 7, 2024
1 parent 46d83e5 commit 62a5ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/actions
with:
version: '7.17.17'
version: '7.17.18'
tags: 7.17,7,latest
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

KIBANA_VER ?= 7.17.17
KIBANA_VER ?= 7.17.18
KIBANA_VER_MINOR=$(shell echo "${KIBANA_VER}" | grep -oE '^[0-9]+\.[0-9]+')

NODEJS_VER ?= $(shell wget -qO- "https://raw.githubusercontent.com/elastic/kibana/v$(KIBANA_VER)/.node-version")
Expand Down

0 comments on commit 62a5ebe

Please sign in to comment.