From d316af2ec3c583c5dd624e7d90a49c4e917ead12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:39:31 +0000 Subject: [PATCH] ci(Deps): bump actions/github-script from 6.1.0 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.1.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4ea3e3f..bc6b565 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -97,7 +97,7 @@ jobs: artifacts: '*.zip' - name: Publish to CocoaPods trunk - uses: actions/github-script@v6.1.0 + uses: actions/github-script@v7.0.1 continue-on-error: true env: COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}