diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca563d1e4..d6d07673b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/actions/setup-jrsonnet/CHANGELOG.md b/actions/setup-jrsonnet/CHANGELOG.md index ef37e2b11..812844bf3 100644 --- a/actions/setup-jrsonnet/CHANGELOG.md +++ b/actions/setup-jrsonnet/CHANGELOG.md @@ -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) diff --git a/actions/setup-jrsonnet/README.md b/actions/setup-jrsonnet/README.md index 478dffef3..c32334f6b 100644 --- a/actions/setup-jrsonnet/README.md +++ b/actions/setup-jrsonnet/README.md @@ -7,9 +7,9 @@ Setup jrsonnet CLI and add it to the PATH, this action will pull the binary from ```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. ```