From 59072f4e569311ee0125f29c2a9704bf45e2abef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:49:43 +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 002865483..712e0e4bf 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..c31f738c7 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) (2024-12-13) + + +### 🔧 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. ```