From 073f57dbd258df24d314384bb91d5dea1cb42e7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:21:08 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60f36cc..a7e3fce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: echo "linux_x64=$(sha256sum artifacts/orb-linux-x64.tar.gz | cut -d' ' -f1)" >> $GITHUB_OUTPUT - name: Update Homebrew tap - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.TAP_TOKEN }} script: |