Skip to content

Commit e66f0d9

Browse files
committed
Update version
1 parent 1ffec53 commit e66f0d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.105.1

.github/workflows/updatecli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
bump:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Get token
2222
id: get_token
@@ -35,6 +35,7 @@ jobs:
3535
- uses: elastic/oblt-actions/updatecli/run@v1
3636
with:
3737
command: apply --config .github/updatecli/updatecli.d/versions.yml --values .github/updatecli/values.d/scm.yml
38+
version-file: .github/updatecli/.updatecli-version
3839
env:
3940
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
4041

0 commit comments

Comments
 (0)