Setup GCS Client
Version updated for https://github.com/marcusramberg/gcs-client to version v0.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Google Cloud Storage client GitHub Action provides a lightweight alternative to the gcloud storage CLI, enabling common Google Cloud Storage tasks (e.g., file management, listing, signing URLs) without requiring the full Google Cloud SDK installation. It automates storage-related operations in CI workflows, saving time and reducing setup complexity. Key capabilities include copying, moving, deleting, and listing GCS objects, as well as generating signed URLs and restoring soft-deleted files.
What’s Changed
What’s Changed
- chore(deps): update j178/prek-action action to v2 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/12
- chore(deps): update astral-sh/setup-uv action to v8 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/11
- chore(deps): update dependency go to v1.26.2 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/5
- chore(deps): update actions/checkout digest to de0fac2 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/10
- fix(deps): update module google.golang.org/api to v0.275.0 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/7
- chore(deps): update actions/setup-go digest to 4a36011 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/2
- fix(deps): update module cloud.google.com/go/storage to v1.62.0 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/6
- chore(deps): update actions/checkout action to v6.0.2 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/9
- chore(deps): update crazy-max/ghaction-upx action to v4 by @renovate[bot] in https://github.com/marcusramberg/gcs-client/pull/13
New Contributors
- @renovate[bot] made their first contribution in https://github.com/marcusramberg/gcs-client/pull/12
Full Changelog: https://github.com/marcusramberg/gcs-client/compare/v0.2.2...v0.3.0