Skip to content

Commit

Permalink
deps(updatecli): pin the version with a newer one
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 31, 2025
1 parent 0ff52eb commit 4eaf5e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/updatecli-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:

- uses: elastic/oblt-actions/updatecli/run@v1
with:
version: "0.93.0"
command: --experimental compose diff
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: elastic/oblt-actions/updatecli/run@v1
with:
version: "0.93.0"
command: --experimental compose apply
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -59,4 +61,3 @@ jobs:
}
env:
SLACK_MESSAGE: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@update-me-with-the-slack-team-to-be-poked` please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"

0 comments on commit 4eaf5e2

Please sign in to comment.