diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32aba98ea..fb09f618b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "actions/aws-auth": "1.0.1", "actions/build-push-to-dockerhub": "0.1.1", "actions/login-to-gar": "0.1.1", - "actions/login-to-gcs": "0.2.0", + "actions/login-to-gcs": "0.2.1", "actions/argo-lint": "1.0.1", "actions/setup-conftest": "1.0.1", "actions/setup-argo": "1.0.1", diff --git a/actions/login-to-gcs/CHANGELOG.md b/actions/login-to-gcs/CHANGELOG.md index cbd75338b..e1b11fa9d 100644 --- a/actions/login-to-gcs/CHANGELOG.md +++ b/actions/login-to-gcs/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/grafana/shared-workflows/compare/login-to-gcs-v0.2.0...login-to-gcs-v0.2.1) (2025-02-04) + + +### 🔧 Miscellaneous Chores + +* **deps:** update google-github-actions/auth action to v2.1.8 ([#740](https://github.com/grafana/shared-workflows/issues/740)) ([f75f620](https://github.com/grafana/shared-workflows/commit/f75f620c6800b60d1a31262154e90b5c7a3ee955)) +* fix changelog for login-to-gcs action ([#725](https://github.com/grafana/shared-workflows/issues/725)) ([f289c6b](https://github.com/grafana/shared-workflows/commit/f289c6b169d712f5025dfcdd4a3c361ee3e5ffa4)) + ## [0.2.0](https://github.com/grafana/shared-workflows/compare/login-to-gcs-v0.1.0...login-to-gcs-v0.2.0) (2025-01-28) diff --git a/actions/login-to-gcs/README.md b/actions/login-to-gcs/README.md index dc715bceb..f50f3ff10 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.2.0 + - uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs-v0.2.1 id: login-to-gcs ```