From 9a3c5c89632b19798033b4489ccf803f25fed94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:35:40 +0000 Subject: [PATCH] build(deps): bump google-github-actions/upload-cloud-storage Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/upload-cloud-storage/compare/e485962f2bef914ac9c3bdd571f821f0ba7946c4...386ab77f37fdf51c0e38b3d229fad286861cc0d0) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1372747675..988de4afb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: credentials_json: ${{ secrets.GCS_CRIO_SA }} - - uses: google-github-actions/upload-cloud-storage@e485962f2bef914ac9c3bdd571f821f0ba7946c4 # v2.2.0 + - uses: google-github-actions/upload-cloud-storage@386ab77f37fdf51c0e38b3d229fad286861cc0d0 # v2.2.1 if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: path: ${{ github.sha }} @@ -126,7 +126,7 @@ jobs: - uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6 with: credentials_json: ${{ secrets.GCS_CRIO_SA }} - - uses: google-github-actions/upload-cloud-storage@e485962f2bef914ac9c3bdd571f821f0ba7946c4 # v2.2.0 + - uses: google-github-actions/upload-cloud-storage@386ab77f37fdf51c0e38b3d229fad286861cc0d0 # v2.2.1 with: path: . glob: latest-*.txt @@ -180,7 +180,7 @@ jobs: if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: credentials_json: ${{ secrets.GCS_CRIO_SA }} - - uses: google-github-actions/upload-cloud-storage@e485962f2bef914ac9c3bdd571f821f0ba7946c4 # v2.2.0 + - uses: google-github-actions/upload-cloud-storage@386ab77f37fdf51c0e38b3d229fad286861cc0d0 # v2.2.1 if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags') with: path: ${{ github.sha }}