Skip to content

Commit 844427e

Browse files
fix(ci): add missing install Mage step (#8448) (#8462)
(cherry picked from commit 00f81bd) Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co>
1 parent 39ca58b commit 844427e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bump-otel-version.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
with:
3030
go-version-file: 'go.mod'
3131

32+
- name: Install mage
33+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
34+
with:
35+
version: v1.14.0
36+
install-only: true
37+
3238
- name: Run Updatecli in Apply mode
3339
uses: elastic/oblt-actions/updatecli/run@v1
3440
with:

0 commit comments

Comments
 (0)