From 6cc020ffaef59912ad9448c04ae933a4f9b49d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:41:51 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 3 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a2aacde..c9cd11f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -222,7 +222,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create homebrew release - uses: actions/github-script@v3 + uses: actions/github-script@v7 with: github-token: ${{secrets.HOMEBREW_REPO_TOKEN}} script: |