diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0b436a07..4f3fc6d96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "actions/login-to-gcs": "0.2.1", "actions/argo-lint": "1.0.2", "actions/setup-conftest": "1.0.2", - "actions/setup-argo": "1.0.2", + "actions/setup-argo": "1.0.3", "actions/generate-openapi-clients": "1.0.2", "actions/push-to-gcs": "0.2.1", "actions/techdocs-rewrite-relative-links": "1.0.2", diff --git a/actions/setup-argo/CHANGELOG.md b/actions/setup-argo/CHANGELOG.md index 822ce73e6..cf5ece105 100644 --- a/actions/setup-argo/CHANGELOG.md +++ b/actions/setup-argo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/grafana/shared-workflows/compare/setup-argo/v1.0.2...setup-argo/v1.0.3) (2025-08-19) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/cache action to v4.2.4 ([#1201](https://github.com/grafana/shared-workflows/issues/1201)) ([25cf7e3](https://github.com/grafana/shared-workflows/commit/25cf7e34e371246a9a9843bade599df92fca88ae)) + ## [1.0.2](https://github.com/grafana/shared-workflows/compare/setup-argo-v1.0.1...setup-argo/v1.0.2) (2025-06-04) diff --git a/actions/setup-argo/README.md b/actions/setup-argo/README.md index 7c2cf10b4..27ef4d71e 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 ```yaml -uses: grafana/shared-workflows/actions/setup-argo@setup-argo/v1.0.2 +uses: grafana/shared-workflows/actions/setup-argo@setup-argo/v1.0.3 with: - version: 1.0.2 # Version of the Argo CLI to install. + version: 1.0.3 # Version of the Argo CLI to install. ```