From cba56c8c7f2e18d39077e7565fd735714c344dc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 19:47:09 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6.4.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e567cba..44e0e6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN - name: Delete branch protection on main - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: github-token: ${{ secrets.ACCESS_TOKEN }} script: | @@ -41,7 +41,7 @@ jobs: run: if pnpm run should-semantic-release ; then pnpm release-it --verbose ; fi - if: always() name: Recreate branch protection on main - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: github-token: ${{ secrets.ACCESS_TOKEN }} # Note: keep this inline script in sync with script/setup.js!