diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7c139efc..deb0c541f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -22,7 +22,7 @@ "actions/dependabot-auto-triage": "1.1.1", "actions/get-latest-workflow-artifact": "0.2.0", "actions/create-github-app-token": "0.2.2", - "actions/run-capslock": "0.2.0", + "actions/run-capslock": "0.2.1", "actions/azure-trusted-signing": "1.0.0", "actions/validate-renovate-config": "0.1.0", "actions/cleanup-branches": "0.2.1", diff --git a/actions/run-capslock/CHANGELOG.md b/actions/run-capslock/CHANGELOG.md index 34c9a5f20..ebf5d36bc 100644 --- a/actions/run-capslock/CHANGELOG.md +++ b/actions/run-capslock/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.1](https://github.com/grafana/shared-workflows/compare/run-capslock/v0.2.0...run-capslock/v0.2.1) (2025-11-28) + + +### 🔧 Miscellaneous Chores + +* **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)) +* **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)) +* **deps:** update actions/checkout action to v6 ([#1570](https://github.com/grafana/shared-workflows/issues/1570)) ([af4d9df](https://github.com/grafana/shared-workflows/commit/af4d9dfcfa9da2582544cd2a6e6dcf06e516f9ea)) +* **deps:** update actions/setup-go action to v6.1.0 ([#1565](https://github.com/grafana/shared-workflows/issues/1565)) ([cfddbee](https://github.com/grafana/shared-workflows/commit/cfddbeede13168d5c0d75c201fd298363a647e27)) + ## [0.2.0](https://github.com/grafana/shared-workflows/compare/run-capslock/v0.1.0...run-capslock/v0.2.0) (2025-09-09) diff --git a/actions/run-capslock/README.md b/actions/run-capslock/README.md index 3f1508c22..b5fd6412e 100644 --- a/actions/run-capslock/README.md +++ b/actions/run-capslock/README.md @@ -11,7 +11,7 @@ jobs: name: Runs Capslock steps: - name: Run Capslock - uses: grafana/shared-workflows/actions/run-capslock@run-capslock/v0.2.0 + uses: grafana/shared-workflows/actions/run-capslock@run-capslock/v0.2.1 id: run-capslock ```