diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 250444462..6a0ea4ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,7 +16,7 @@ "actions/techdocs-rewrite-relative-links": "1.0.1", "actions/validate-policy-bot-config": "1.1.0", "actions/trigger-argo-workflow": "1.1.0", - "actions/setup-jrsonnet": "1.0.0", + "actions/setup-jrsonnet": "1.0.1", "actions/find-pr-for-commit": "1.0.0", "actions/remove-checkout-credentials": "0.1.0" } diff --git a/actions/setup-jrsonnet/CHANGELOG.md b/actions/setup-jrsonnet/CHANGELOG.md index ee4b46d11..ef37e2b11 100644 --- a/actions/setup-jrsonnet/CHANGELOG.md +++ b/actions/setup-jrsonnet/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.0.1](https://github.com/grafana/shared-workflows/compare/setup-jrsonnet-v1.0.0...setup-jrsonnet/v1.0.1) (2025-06-04) + + +### 🐛 Bug Fixes + +* **everything:** fix all things for zizmor ([af9b0c5](https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd)) + + +### 📝 Documentation + +* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce)) +* **multiple-actions:** move permissions to job level in workflows ([#969](https://github.com/grafana/shared-workflows/issues/969)) ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce)) +* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/cache action to v4.2.1 ([#788](https://github.com/grafana/shared-workflows/issues/788)) ([e26a7f2](https://github.com/grafana/shared-workflows/commit/e26a7f265ddef3a68c322a94a716e6453f656cba)) +* **deps:** update actions/cache action to v4.2.2 ([#822](https://github.com/grafana/shared-workflows/issues/822)) ([0c036cd](https://github.com/grafana/shared-workflows/commit/0c036cdbfb4c912c287f0023073c4c07c10a76e7)) +* **deps:** update actions/cache action to v4.2.3 ([#858](https://github.com/grafana/shared-workflows/issues/858)) ([bc9486e](https://github.com/grafana/shared-workflows/commit/bc9486e0e7cbe24b54d0dcdf8be459eb777567b0)) +* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc)) + ## 1.0.0 (2025-01-29) diff --git a/actions/setup-jrsonnet/README.md b/actions/setup-jrsonnet/README.md index 046f78d8f..478dffef3 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.0 +uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet/v1.0.1 with: - version: 1.0.0-test # Version of the jrsonnet CLI to install. + version: 1.0.1 # Version of the jrsonnet CLI to install. ```