diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 002865483..3c02323d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "actions/build-push-to-dockerhub": "0.1.0", "actions/login-to-gar": "0.1.0", "actions/login-to-gcs": "0.1.0", - "actions/argo-lint": "1.0.0", + "actions/argo-lint": "1.0.1", "actions/setup-conftest": "1.0.0", "actions/setup-argo": "1.0.0", "actions/generate-openapi-clients": "1.0.0", diff --git a/actions/argo-lint/CHANGELOG.md b/actions/argo-lint/CHANGELOG.md index 8c4ab6b46..4f6305d9d 100644 --- a/actions/argo-lint/CHANGELOG.md +++ b/actions/argo-lint/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/argo-lint-v1.0.0...argo-lint-v1.0.1) (2024-12-10) + + +### 🔧 Miscellaneous Chores + +* 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/argo-lint/README.md b/actions/argo-lint/README.md index 7e805988f..d2f5ac455 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.0 +uses: grafana/shared-workflows/actions/argo-lint@argo-lint-v1.0.1 with: path: /path/to/files # Paths to files for linting