From 09924b7f8bf4a62be0f3d5aa96c70ae5d5e54f2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:23:31 +0000 Subject: [PATCH] chore(main): release setup-argo 1.0.1 --- .release-please-manifest.json | 2 +- actions/setup-argo/CHANGELOG.md | 8 ++++++++ actions/setup-argo/README.md | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b2d20a5c..960d83868 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "actions/login-to-gcs": "0.1.0", "actions/argo-lint": "1.0.0", "actions/setup-conftest": "1.0.0", - "actions/setup-argo": "1.0.0", + "actions/setup-argo": "1.0.1", "actions/generate-openapi-clients": "1.0.0", "actions/push-to-gcs": "0.1.0", "actions/techdocs-rewrite-relative-links": "1.0.0", diff --git a/actions/setup-argo/CHANGELOG.md b/actions/setup-argo/CHANGELOG.md index 25dfc540d..38036fbb9 100644 --- a/actions/setup-argo/CHANGELOG.md +++ b/actions/setup-argo/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/setup-argo-v1.0.0...setup-argo-v1.0.1) (2025-01-08) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/cache action to v4.2.0 ([#636](https://github.com/grafana/shared-workflows/issues/636)) ([c4422fc](https://github.com/grafana/shared-workflows/commit/c4422fc4a4fa6cddae3862c7df7b4ec5f251053f)) +* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53)) + ## 1.0.0 (2024-11-28) diff --git a/actions/setup-argo/README.md b/actions/setup-argo/README.md index 628bf3b15..345acba0f 100644 --- a/actions/setup-argo/README.md +++ b/actions/setup-argo/README.md @@ -7,9 +7,9 @@ Setup Argo cli and add it to the PATH, this action will pull the binary from Git ``` -uses: grafana/shared-workflows/actions/setup-argo@setup-argo-v1.0.0 +uses: grafana/shared-workflows/actions/setup-argo@setup-argo-v1.0.1 with: - version: 3.5.1 # Version of the Argo CLI to install. + version: 1.0.1 # Version of the Argo CLI to install. ```