From 1005c755e197564f04745f233cfebb398d0b32d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:32:08 +0200 Subject: [PATCH] chore(deps): bump cloudsmith-io/action from 0.6.7 to 0.6.8 (#10427) Bumps [cloudsmith-io/action](https://github.com/cloudsmith-io/action) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/cloudsmith-io/action/releases) - [Commits](https://github.com/cloudsmith-io/action/compare/468883caf5ea64dd980d5266ff72dcf281c83df6...e84016ef48713f4dfdb00210c4720a286662e4f4) --- updated-dependencies: - dependency-name: cloudsmith-io/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test-distribute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-distribute.yaml b/.github/workflows/build-test-distribute.yaml index 39a45cca2193..337b62da3292 100644 --- a/.github/workflows/build-test-distribute.yaml +++ b/.github/workflows/build-test-distribute.yaml @@ -168,7 +168,7 @@ jobs: - name: Push security assets to cloudsmith id: push_security_assets if: ${{ needs.provenance.result == 'success' || needs.build_publish.result == 'success' }} - uses: cloudsmith-io/action@468883caf5ea64dd980d5266ff72dcf281c83df6 # v0.6.7 + uses: cloudsmith-io/action@e84016ef48713f4dfdb00210c4720a286662e4f4 # v0.6.8 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: "push"