Skip to content

Commit fb78f9a

Browse files
[8.19](backport #3963) Bump elastic-github-actions (#3964)
### 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.<hr>This is an automatic backport of pull request #3963 done by [Mergify](https://mergify.com). Co-authored-by: Dmitry Gurevich <dmitry.gurevich@elastic.co>
1 parent 9aec413 commit fb78f9a

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)