Skip to content

Commit

Permalink
Update elasticsearch to 7.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Jul 26, 2023
1 parent 6b4bab1 commit 3648122
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,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/actions
with:
version: '7.17.11'
version: '7.17.12'
tags: 7.17,7,latest
elasticsearch-6:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

ELASTICSEARCH_VER ?= 7.17.11
ELASTICSEARCH_VER ?= 7.17.12
ELASTICSEARCH_MINOR_VER=$(shell echo "${ELASTICSEARCH_VER}" | grep -oE '^[0-9]+\.[0-9]+')

OPENJDK_VER ?= 11
Expand Down

0 comments on commit 3648122

Please sign in to comment.