File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v4
33
33
34
34
- name : Install Updatecli in the runner
35
- uses : updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1
35
+ uses : updatecli/updatecli-action@b0d4fd84ae72108930c9adb83bb4beba1acbaf9f # v2.79.0
36
36
37
37
- name : Run Updatecli in Apply mode
38
38
run : updatecli apply --config .ci/bump-elastic-stack-snapshot.yml
Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v4
24
24
25
25
- name : Install Updatecli in the runner
26
- uses : updatecli/updatecli-action@d2e5d2667ba67a8599e636531baef731f54858bc # v2.78.1
26
+ uses : updatecli/updatecli-action@b0d4fd84ae72108930c9adb83bb4beba1acbaf9f # v2.79.0
27
27
28
28
- name : Run Updatecli in Apply mode
29
29
run : updatecli apply --config .ci/bump-golang.yml
Original file line number Diff line number Diff line change 36
36
- name : golangci-lint
37
37
env :
38
38
GOOS : ${{ matrix.GOOS }}
39
- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
39
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
40
40
with :
41
41
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
42
42
version : v1.64.5
You can’t perform that action at this time.
0 commit comments