From ba7996f1308a17f86aa5fecc14c969105a703cdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:13:56 +0000 Subject: [PATCH] chore(main): release argo-lint 1.0.3 --- .release-please-manifest.json | 2 +- actions/argo-lint/CHANGELOG.md | 8 ++++++++ actions/argo-lint/README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d1056812..63127627c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "actions/build-push-to-dockerhub": "0.2.0", "actions/login-to-gar": "1.0.0", "actions/login-to-gcs": "0.2.1", - "actions/argo-lint": "1.0.2", + "actions/argo-lint": "1.0.3", "actions/setup-conftest": "1.0.2", "actions/setup-argo": "1.0.2", "actions/generate-openapi-clients": "1.0.2", diff --git a/actions/argo-lint/CHANGELOG.md b/actions/argo-lint/CHANGELOG.md index 19233ed6b..fba1892cb 100644 --- a/actions/argo-lint/CHANGELOG.md +++ b/actions/argo-lint/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/grafana/shared-workflows/compare/argo-lint/v1.0.2...argo-lint/v1.0.3) (2025-09-01) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/checkout action to v4.3.0 ([#1221](https://github.com/grafana/shared-workflows/issues/1221)) ([17ab531](https://github.com/grafana/shared-workflows/commit/17ab531bf2c16c79af38988e7caf7a3d8a37634b)) +* **deps:** update actions/checkout action to v5 ([#1227](https://github.com/grafana/shared-workflows/issues/1227)) ([fd79c02](https://github.com/grafana/shared-workflows/commit/fd79c02730e0629f728e2f5c3d614545269208a9)) + ## [1.0.2](https://github.com/grafana/shared-workflows/compare/argo-lint-v1.0.1...argo-lint/v1.0.2) (2025-06-04) diff --git a/actions/argo-lint/README.md b/actions/argo-lint/README.md index 1696ab780..c7c575480 100644 --- a/actions/argo-lint/README.md +++ b/actions/argo-lint/README.md @@ -7,7 +7,7 @@ Shared workflow to lint Argo workflow files. ``` -uses: grafana/shared-workflows/actions/argo-lint@argo-lint/v1.0.2 +uses: grafana/shared-workflows/actions/argo-lint@argo-lint/v1.0.3 with: path: /path/to/files # Paths to files for linting