Skip to content

Commit 4e6369e

Browse files
fix(stencil): upgrade modules (2025-02-14) (#42)
Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
1 parent fd214f4 commit 4e6369e

File tree

3 files changed

+162
-167
lines changed

3 files changed

+162
-167
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# syntax, such as anchors, will be fixed automatically.
33
version: 2.1
44
orbs:
5-
shared: getoutreach/shared@dev:2.29.0-rc.8
5+
shared: getoutreach/[email protected]
66
queue: eddiewebb/[email protected]
77
## <<Stencil::Block(CircleCIExtraOrbs)>>
88

stencil.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ version: v1.40.1-rc.2
22
modules:
33
- name: github.com/getoutreach/devbase
44
url: https://github.com/getoutreach/devbase
5-
version: v2.29.0-rc.8
5+
version: v2.29.0
66
- name: github.com/getoutreach/stencil-actions
77
url: https://github.com/getoutreach/stencil-actions
8-
version: v0.4.4-rc.2
8+
version: v0.4.4
99
- name: github.com/getoutreach/stencil-base
1010
url: https://github.com/getoutreach/stencil-base
11-
version: v0.16.3-rc.2
11+
version: v0.16.3
1212
- name: github.com/getoutreach/stencil-circleci
1313
url: https://github.com/getoutreach/stencil-circleci
14-
version: v1.15.0-rc.2
14+
version: v1.15.0
1515
- name: github.com/getoutreach/stencil-discovery
1616
url: https://github.com/getoutreach/stencil-discovery
17-
version: v1.8.7-rc.2
17+
version: v1.8.7
1818
- name: github.com/getoutreach/stencil-golang
1919
url: https://github.com/getoutreach/stencil-golang
20-
version: v1.25.0-rc.10
20+
version: v1.25.0
2121
- name: github.com/getoutreach/stencil-outreach
2222
url: https://github.com/getoutreach/stencil-outreach
23-
version: v0.24.0-rc.4
23+
version: v0.24.0
2424
- name: github.com/getoutreach/stencil-pipeline
2525
url: https://github.com/getoutreach/stencil-pipeline
26-
version: v1.2.4-rc.2
26+
version: v1.2.4
2727
files:
2828
- name: .circleci/config.yml
2929
template: .circleci/config.yml.tpl

0 commit comments

Comments
 (0)