diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 002865483..098f9837e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "actions/aws-auth": "1.0.0", "actions/build-push-to-dockerhub": "0.1.0", "actions/login-to-gar": "0.1.0", - "actions/login-to-gcs": "0.1.0", + "actions/login-to-gcs": "0.1.1", "actions/argo-lint": "1.0.0", "actions/setup-conftest": "1.0.0", "actions/setup-argo": "1.0.0", diff --git a/actions/login-to-gcs/CHANGELOG.md b/actions/login-to-gcs/CHANGELOG.md index e99b3aaaa..0f9ddc68f 100644 --- a/actions/login-to-gcs/CHANGELOG.md +++ b/actions/login-to-gcs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/grafana/shared-workflows/compare/login-to-gcs-v0.1.0...login-to-gcs-v0.1.1) (2024-12-16) + + +### 🔧 Miscellaneous Chores + +* update readme when a new release is available ([#548](https://github.com/grafana/shared-workflows/issues/548)) ([9bf9163](https://github.com/grafana/shared-workflows/commit/9bf9163126c44247bcee6b6b9390eb488f9ead53)) + ## 0.1.0 (2024-11-28) diff --git a/actions/login-to-gcs/README.md b/actions/login-to-gcs/README.md index 19b9470a1..b3087e01a 100644 --- a/actions/login-to-gcs/README.md +++ b/actions/login-to-gcs/README.md @@ -23,7 +23,7 @@ jobs: login-to-gcs: name: login-to-gcs steps: - - uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs-v0.1.0 + - uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs-v0.1.1 id: login-to-gcs ```