diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b661d7fab..b47fb60f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,7 +13,7 @@ "actions/push-to-gcs": "0.3.0", "actions/techdocs-rewrite-relative-links": "1.0.3", "actions/validate-policy-bot-config": "1.1.1", - "actions/trigger-argo-workflow": "1.2.2", + "actions/trigger-argo-workflow": "1.2.3", "actions/setup-jrsonnet": "1.0.2", "actions/find-pr-for-commit": "1.0.1", "actions/remove-checkout-credentials": "0.1.0", diff --git a/actions/trigger-argo-workflow/CHANGELOG.md b/actions/trigger-argo-workflow/CHANGELOG.md index 0037705c7..0ac0cf2af 100644 --- a/actions/trigger-argo-workflow/CHANGELOG.md +++ b/actions/trigger-argo-workflow/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.3](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.2...trigger-argo-workflow/v1.2.3) (2026-04-23) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/setup-go action to v6.3.0 ([#1756](https://github.com/grafana/shared-workflows/issues/1756)) ([c6b0752](https://github.com/grafana/shared-workflows/commit/c6b07529443393154d824d1ad0e707f4b3d090f6)) +* **deps:** update actions/setup-go action to v6.4.0 ([#1837](https://github.com/grafana/shared-workflows/issues/1837)) ([170bd5b](https://github.com/grafana/shared-workflows/commit/170bd5b0ba3c2414519216fd5d7f0fe5a40e3f40)) + ## [1.2.2](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.1...trigger-argo-workflow/v1.2.2) (2026-02-19) diff --git a/actions/trigger-argo-workflow/README.md b/actions/trigger-argo-workflow/README.md index ba7d5a572..91d3bd30a 100644 --- a/actions/trigger-argo-workflow/README.md +++ b/actions/trigger-argo-workflow/README.md @@ -70,7 +70,7 @@ jobs: id-token: write steps: - name: Trigger Argo Workflow - uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.2 + uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.3 with: instance: "ops" namespace: "mynamespace"