Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"actions/login-to-gar": "1.0.0",
"actions/login-to-gcs": "0.2.1",
"actions/argo-lint": "1.0.2",
"actions/setup-conftest": "1.0.2",
"actions/setup-conftest": "1.0.3",
"actions/setup-argo": "1.0.2",
"actions/generate-openapi-clients": "1.0.2",
"actions/push-to-gcs": "0.2.1",
Expand Down
7 changes: 7 additions & 0 deletions actions/setup-conftest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/grafana/shared-workflows/compare/setup-conftest/v1.0.2...setup-conftest/v1.0.3) (2025-08-28)


### 🔧 Miscellaneous Chores

* **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))

## [1.0.2](https://github.com/grafana/shared-workflows/compare/setup-conftest-v1.0.1...setup-conftest/v1.0.2) (2025-06-04)


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

```yaml
uses: grafana/shared-workflows/actions/setup-conftest@setup-conftest/v1.0.2
uses: grafana/shared-workflows/actions/setup-conftest@setup-conftest/v1.0.3
with:
version: 1.0.2 # Version of conftest to install.
version: 1.0.3 # Version of conftest to install.
```
<!-- x-release-please-end-version -->