Skip to content

Commit 3ca6f72

Browse files
chore(main): release setup-jrsonnet 1.0.1
1 parent 62d1340 commit 3ca6f72

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"actions/techdocs-rewrite-relative-links": "1.0.1",
1717
"actions/validate-policy-bot-config": "1.1.0",
1818
"actions/trigger-argo-workflow": "1.1.0",
19-
"actions/setup-jrsonnet": "1.0.0",
19+
"actions/setup-jrsonnet": "1.0.1",
2020
"actions/find-pr-for-commit": "1.0.0",
2121
"actions/remove-checkout-credentials": "0.1.0"
2222
}

actions/setup-jrsonnet/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/grafana/shared-workflows/compare/setup-jrsonnet-v1.0.0...setup-jrsonnet-v1.0.1) (2025-05-13)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **everything:** fix all things for zizmor ([af9b0c5](https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd))
9+
10+
11+
### 📝 Documentation
12+
13+
* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
14+
* **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))
15+
16+
17+
### 🔧 Miscellaneous Chores
18+
19+
* **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))
20+
* **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))
21+
* **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))
22+
* **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))
23+
324
## 1.0.0 (2025-01-29)
425

526

actions/setup-jrsonnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Setup jrsonnet CLI and add it to the PATH, this action will pull the binary from
77
<!-- x-release-please-start-version -->
88

99
```yaml
10-
uses: grafana/shared-workflows/actions/[email protected].0
10+
uses: grafana/shared-workflows/actions/[email protected].1
1111
with:
12-
version: 1.0.0-test # Version of the jrsonnet CLI to install.
12+
version: 1.0.1 # Version of the jrsonnet CLI to install.
1313
```
1414
1515
<!-- x-release-please-end-version -->

0 commit comments

Comments
 (0)