Skip to content

Commit 3029972

Browse files
chore(main): release setup-jrsonnet 1.0.2
1 parent 185000d commit 3029972

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.2",
1717
"actions/validate-policy-bot-config": "1.1.1",
1818
"actions/trigger-argo-workflow": "1.1.2",
19-
"actions/setup-jrsonnet": "1.0.1",
19+
"actions/setup-jrsonnet": "1.0.2",
2020
"actions/find-pr-for-commit": "1.0.1",
2121
"actions/remove-checkout-credentials": "0.1.0",
2222
"actions/dependabot-auto-triage": "1.1.0",

actions/setup-jrsonnet/CHANGELOG.md

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

3+
## [1.0.2](https://github.com/grafana/shared-workflows/compare/setup-jrsonnet/v1.0.1...setup-jrsonnet/v1.0.2) (2025-08-13)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **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))
9+
310
## [1.0.1](https://github.com/grafana/shared-workflows/compare/setup-jrsonnet-v1.0.0...setup-jrsonnet/v1.0.1) (2025-06-04)
411

512

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/setup-jrsonnet@setup-jrsonnet/v1.0.1
10+
uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet/v1.0.2
1111
with:
12-
version: 1.0.1 # Version of the jrsonnet CLI to install.
12+
version: 1.0.2 # Version of the jrsonnet CLI to install.
1313
```
1414
1515
<!-- x-release-please-end-version -->

0 commit comments

Comments
 (0)