Skip to content

Commit 264712e

Browse files
chore(main): release trigger-argo-workflow 1.2.2
1 parent 9d7e465 commit 264712e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"actions/push-to-gcs": "0.3.0",
1616
"actions/techdocs-rewrite-relative-links": "1.0.3",
1717
"actions/validate-policy-bot-config": "1.1.1",
18-
"actions/trigger-argo-workflow": "1.2.1",
18+
"actions/trigger-argo-workflow": "1.2.2",
1919
"actions/setup-jrsonnet": "1.0.2",
2020
"actions/find-pr-for-commit": "1.0.1",
2121
"actions/remove-checkout-credentials": "0.1.0",

actions/trigger-argo-workflow/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.1...trigger-argo-workflow/v1.2.2) (2025-11-28)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** bump the go group ([a369fe9](https://github.com/grafana/shared-workflows/commit/a369fe99d9d98fa42eea954fb905c4a200dc5973))
9+
* **deps:** bump the go group in /actions/trigger-argo-workflow with 2 updates ([#1560](https://github.com/grafana/shared-workflows/issues/1560)) ([a369fe9](https://github.com/grafana/shared-workflows/commit/a369fe99d9d98fa42eea954fb905c4a200dc5973))
10+
* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea))
11+
* **deps:** update actions/setup-go action to v6.1.0 ([#1565](https://github.com/grafana/shared-workflows/issues/1565)) ([cfddbee](https://github.com/grafana/shared-workflows/commit/cfddbeede13168d5c0d75c201fd298363a647e27))
12+
313
## [1.2.1](https://github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.0...trigger-argo-workflow/v1.2.1) (2025-11-20)
414

515

actions/trigger-argo-workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id-token: write
7171
steps:
7272
- name: Trigger Argo Workflow
73-
uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.1
73+
uses: grafana/shared-workflows/actions/trigger-argo-workflow@0f705663f602e305aa22034489f351dc7022d8ce # trigger-argo-workflow-v1.2.2
7474
with:
7575
instance: "ops"
7676
namespace: "mynamespace"

0 commit comments

Comments
 (0)