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

argo-workflows/3.5.5 package update #13915

Merged
merged 1 commit into from
Mar 1, 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
8 changes: 4 additions & 4 deletions argo-workflows.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: argo-workflows
version: 3.5.4
epoch: 2
version: 3.5.5
epoch: 0
description: Workflow engine for Kubernetes.
copyright:
- license: Apache-2.0
Expand All @@ -20,13 +20,13 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 960af331a8c0a3f2e263c8b90f1daf4303816ba8
expected-commit: c80b2e91ebd7e7f604e88442f45ec630380effa0
repository: https://github.com/argoproj/argo-workflows
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/cloudflare/[email protected] github.com/docker/[email protected]
deps: github.com/docker/[email protected]
replaces: github.com/whilp/git-urls=github.com/dlorenc/[email protected]

- runs: |
Expand Down
Loading