Skip to content

Commit dba385a

Browse files
chore(main): release setup-jrsonnet 1.0.1
1 parent 4d185da commit dba385a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
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/setup-jrsonnet/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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-04-23)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
313
## 1.0.0 (2025-01-29)
414

515

actions/setup-jrsonnet/README.md

+2-2
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
```
10-
uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet-v1.0.0
10+
uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet-v1.0.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

0 commit comments

Comments
 (0)