Skip to content

Commit 9617012

Browse files
chore(main): release setup-argo 1.0.3
1 parent cc2d57c commit 9617012

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"actions/login-to-gcs": "0.2.1",
1111
"actions/argo-lint": "1.0.2",
1212
"actions/setup-conftest": "1.0.2",
13-
"actions/setup-argo": "1.0.2",
13+
"actions/setup-argo": "1.0.3",
1414
"actions/generate-openapi-clients": "1.0.2",
1515
"actions/push-to-gcs": "0.2.1",
1616
"actions/techdocs-rewrite-relative-links": "1.0.2",

actions/setup-argo/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/grafana/shared-workflows/compare/setup-argo/v1.0.2...setup-argo/v1.0.3) (2025-08-18)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **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))
9+
310
## [1.0.2](https://github.com/grafana/shared-workflows/compare/setup-argo-v1.0.1...setup-argo/v1.0.2) (2025-06-04)
411

512

actions/setup-argo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Setup Argo cli and add it to the PATH, this action will pull the binary from Git
77
<!-- x-release-please-start-version -->
88

99
```yaml
10-
uses: grafana/shared-workflows/actions/setup-argo@setup-argo/v1.0.2
10+
uses: grafana/shared-workflows/actions/setup-argo@setup-argo/v1.0.3
1111
with:
12-
version: 1.0.2 # Version of the Argo CLI to install.
12+
version: 1.0.3 # Version of the Argo CLI to install.
1313
```
1414
1515
<!-- x-release-please-end-version -->

0 commit comments

Comments
 (0)