Skip to content

Commit 33cbb96

Browse files
authored
deps(github-actions): bump updatecli version (#4354)
1 parent 9964570 commit 33cbb96

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.ci/bump-golang.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: Bump golang-version to latest version
3+
pipelineid: 'bump-golang-main'
34

45
scms:
56
githubConfig:

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,18 @@ updates:
2020
elastic-apm:
2121
patterns:
2222
- "go.elastic.co/apm/*"
23+
24+
# GitHub actions
25+
- package-ecosystem: github-actions
26+
directories:
27+
- '/'
28+
reviewers:
29+
- "elastic/observablt-ci"
30+
schedule:
31+
interval: "weekly"
32+
day: "sunday"
33+
time: "22:00"
34+
groups:
35+
github-actions:
36+
patterns:
37+
- "*"

.github/workflows/bump-elastic-stack-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Install Updatecli in the runner
35-
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
35+
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
3636

3737
- name: Run Updatecli in Apply mode
3838
run: updatecli apply --config .ci/bump-elastic-stack-snapshot.yml

.github/workflows/bump-golang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Install Updatecli in the runner
26-
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v0.76.1
26+
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0
2727

2828
- name: Run Updatecli in Apply mode
2929
run: updatecli apply --config .ci/bump-golang.yml

0 commit comments

Comments
 (0)