Skip to content

Commit 0f69d8e

Browse files
gurevichdmitrymergify[bot]
authored andcommitted
Bump elastic-github-actions (#3963)
### Summary of your changes This PR bumps elastic-github-actions to fix the following error: `Error response from daemon: client version 1.40 is too old. Minimum supported API version is 1.44. Please upgrade your client to a newer version.` [Here](https://github.com/elastic/cloudbeat/actions/runs/22038141130) is the successful run after the version bump. (cherry picked from commit 7f65a87)
1 parent f95cfb7 commit 0f69d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/init-integration/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
run: mage -v build
1818

1919
- name: Run elasticsearch
20-
uses: elastic/elastic-github-actions/elasticsearch@dc110609b1cb3024477ead739ca23ab547b8b9ff # master
20+
uses: elastic/elastic-github-actions/elasticsearch@98431b45a60cbb6ace481778827bc8e11f12fd65 # master
2121
with:
2222
stack-version: ${{ inputs.elk-version }}
2323
security-enabled: false

0 commit comments

Comments
 (0)