diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45734a7c6..96538d959 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "actions/lint-pr-title": "1.2.0", - "actions/get-vault-secrets": "1.3.0", + "actions/get-vault-secrets": "1.3.1", "actions/dockerhub-login": "1.0.2", "actions/send-slack-message": "2.0.4", "actions/push-to-gar-docker": "0.6.1", diff --git a/actions/get-vault-secrets/CHANGELOG.md b/actions/get-vault-secrets/CHANGELOG.md index ed9cb4570..c306fb741 100644 --- a/actions/get-vault-secrets/CHANGELOG.md +++ b/actions/get-vault-secrets/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.3.0...get-vault-secrets/v1.3.1) (2025-10-24) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/github-script action to v7.1.0 ([#1306](https://github.com/grafana/shared-workflows/issues/1306)) ([31b0c57](https://github.com/grafana/shared-workflows/commit/31b0c573abbbd9b56060318f7327ae8bb3ec041e)) +* **deps:** update actions/github-script action to v8 ([#1307](https://github.com/grafana/shared-workflows/issues/1307)) ([078c4a8](https://github.com/grafana/shared-workflows/commit/078c4a8af09e06d646077550f9e0f68171d5881e)) + ## [1.3.0](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.2.1...get-vault-secrets/v1.3.0) (2025-08-19) diff --git a/actions/get-vault-secrets/README.md b/actions/get-vault-secrets/README.md index 250f93e60..0da1384b2 100644 --- a/actions/get-vault-secrets/README.md +++ b/actions/get-vault-secrets/README.md @@ -28,7 +28,7 @@ jobs: steps: - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0 + uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.1 with: # Secrets placed in the ci/common/ path in Vault common_secrets: | @@ -69,7 +69,7 @@ jobs: steps: - id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0 + uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.1 with: # Secrets placed in the ci/common/ path in Vault common_secrets: |