Skip to content

Commit ccc3a47

Browse files
chore(main): release run-capslock 0.2.1
1 parent 81f54fe commit ccc3a47

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.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.0",
2424
"actions/create-github-app-token": "0.2.2",
25-
"actions/run-capslock": "0.2.0",
25+
"actions/run-capslock": "0.2.1",
2626
"actions/azure-trusted-signing": "1.0.0",
2727
"actions/validate-renovate-config": "0.1.0",
2828
"actions/cleanup-branches": "0.2.1",

actions/run-capslock/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/grafana/shared-workflows/compare/run-capslock/v0.2.0...run-capslock/v0.2.1) (2025-11-19)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update actions/cache action to v4.3.0 ([#1346](https://github.com/grafana/shared-workflows/issues/1346)) ([bcfe5a0](https://github.com/grafana/shared-workflows/commit/bcfe5a09ced411b395d8601ea24d64266ba8188c))
9+
* **deps:** update actions/checkout action to v5.0.1 ([#1541](https://github.com/grafana/shared-workflows/issues/1541)) ([773f5b1](https://github.com/grafana/shared-workflows/commit/773f5b1eb7b717c5c89a2718c1c4322a45f2ed7f))
10+
311
## [0.2.0](https://github.com/grafana/shared-workflows/compare/run-capslock/v0.1.0...run-capslock/v0.2.0) (2025-09-09)
412

513

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.0
14+
uses: grafana/shared-workflows/actions/run-capslock@run-capslock/v0.2.1
1515
id: run-capslock
1616
```
1717

0 commit comments

Comments
 (0)