Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporal-ui-server/2.22.3 package update #11810

Merged
merged 2 commits into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions temporal-ui-server.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: temporal-ui-server
version: 2.22.2
version: 2.22.3
epoch: 0
description: Golang Server for https://github.com/temporalio/ui
copyright:
- license: MIT License
- license: MIT

environment:
contents:
Expand All @@ -19,7 +19,7 @@ pipeline:
with:
repository: https://github.com/temporalio/ui-server
tag: v${{package.version}}
expected-commit: d8d62e42ce6f7b5fbdcbd613065222e64e443bd4
expected-commit: a40b01add263677a084c892e99845550362a56cc

- uses: go/bump
with:
Expand Down
Loading