Skip to content

Commit

Permalink
chore(main): release setup-argo 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent be0b737 commit ecea707
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"actions/login-to-gcs": "0.1.0",
"actions/argo-lint": "1.0.0",
"actions/setup-conftest": "1.0.0",
"actions/setup-argo": "1.0.0",
"actions/setup-argo": "1.0.1",
"actions/generate-openapi-clients": "1.0.0",
"actions/push-to-gcs": "0.1.0",
"actions/techdocs-rewrite-relative-links": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions actions/setup-argo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/grafana/shared-workflows/compare/setup-argo-v1.0.0...setup-argo-v1.0.1) (2024-12-18)


### 🔧 Miscellaneous Chores

* **deps:** update actions/cache action to v4.2.0 ([#636](https://github.com/grafana/shared-workflows/issues/636)) ([c4422fc](https://github.com/grafana/shared-workflows/commit/c4422fc4a4fa6cddae3862c7df7b4ec5f251053f))
* 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)


Expand Down
4 changes: 2 additions & 2 deletions actions/setup-argo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Setup Argo cli and add it to the PATH, this action will pull the binary from Git
<!-- x-release-please-start-version -->

```
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
with:
version: 3.5.1 # Version of the Argo CLI to install.
version: 1.0.1 # Version of the Argo CLI to install.
```

Expand Down

0 comments on commit ecea707

Please sign in to comment.