Skip to content

Commit ccc751d

Browse files
chore(main): release run-capslock 0.2.2
1 parent 2c35707 commit ccc751d

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"actions/dependabot-auto-triage": "1.1.1",
2323
"actions/get-latest-workflow-artifact": "0.2.1",
2424
"actions/create-github-app-token": "0.2.2",
25-
"actions/run-capslock": "0.2.1",
25+
"actions/run-capslock": "0.2.2",
2626
"actions/azure-trusted-signing": "1.0.1",
2727
"actions/validate-renovate-config": "0.1.2",
2828
"actions/cleanup-branches": "0.2.1",

actions/run-capslock/CHANGELOG.md

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

3+
## [0.2.2](https://github.com/grafana/shared-workflows/compare/run-capslock/v0.2.1...run-capslock/v0.2.2) (2026-04-08)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/setup-go action to v6.3.0 ([#1756](https://github.com/grafana/shared-workflows/issues/1756)) ([c6b0752](https://github.com/grafana/shared-workflows/commit/c6b07529443393154d824d1ad0e707f4b3d090f6))
9+
* **deps:** update actions/setup-go action to v6.4.0 ([#1837](https://github.com/grafana/shared-workflows/issues/1837)) ([170bd5b](https://github.com/grafana/shared-workflows/commit/170bd5b0ba3c2414519216fd5d7f0fe5a40e3f40))
10+
* **deps:** update marocchino/sticky-pull-request-comment action to v3 ([#1807](https://github.com/grafana/shared-workflows/issues/1807)) ([5882b92](https://github.com/grafana/shared-workflows/commit/5882b921f4806a59dd2659909a1e569c9d796289))
11+
* **deps:** update marocchino/sticky-pull-request-comment action to v3.0.3 ([#1859](https://github.com/grafana/shared-workflows/issues/1859)) ([2c35707](https://github.com/grafana/shared-workflows/commit/2c35707f8e26f1bc5358305d8562f53549b77e1a))
12+
313
## [0.2.1](https://github.com/grafana/shared-workflows/compare/run-capslock/v0.2.0...run-capslock/v0.2.1) (2026-02-19)
414

515

actions/run-capslock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Runs Capslock
1212
steps:
1313
- name: Run Capslock
14-
uses: grafana/shared-workflows/actions/run-capslock@run-capslock/v0.2.1
14+
uses: grafana/shared-workflows/actions/run-capslock@run-capslock/v0.2.2
1515
id: run-capslock
1616
```
1717

0 commit comments

Comments
 (0)