Skip to content

chore(main): release setup-jrsonnet 1.0.2 #1206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -16,7 +16,7 @@
"actions/techdocs-rewrite-relative-links": "1.0.2",
"actions/validate-policy-bot-config": "1.1.1",
"actions/trigger-argo-workflow": "1.1.2",
"actions/setup-jrsonnet": "1.0.1",
"actions/setup-jrsonnet": "1.0.2",
"actions/find-pr-for-commit": "1.0.1",
"actions/remove-checkout-credentials": "0.1.0",
"actions/dependabot-auto-triage": "1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions actions/setup-jrsonnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/grafana/shared-workflows/compare/setup-jrsonnet/v1.0.1...setup-jrsonnet/v1.0.2) (2025-08-14)


### 🔧 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.1](https://github.com/grafana/shared-workflows/compare/setup-jrsonnet-v1.0.0...setup-jrsonnet/v1.0.1) (2025-06-04)


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

```yaml
uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet/v1.0.1
uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet/v1.0.2
with:
version: 1.0.1 # Version of the jrsonnet CLI to install.
version: 1.0.2 # Version of the jrsonnet CLI to install.
```
<!-- x-release-please-end-version -->