From 1cd422a3ca830387fd10b9e246e8da6ab7938979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 19:02:59 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6.4.1 --- .github/actions/protect-main/action.yml | 2 +- .github/actions/unprotect-main/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/protect-main/action.yml b/.github/actions/protect-main/action.yml index ed9bc830..940238ab 100644 --- a/.github/actions/protect-main/action.yml +++ b/.github/actions/protect-main/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - name: Recreate branch protection on main - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: github-token: ${{ inputs.ACCESS_TOKEN }} # Note: keep this inline script in sync with script/setup.js! diff --git a/.github/actions/unprotect-main/action.yml b/.github/actions/unprotect-main/action.yml index 62127311..974b48af 100644 --- a/.github/actions/unprotect-main/action.yml +++ b/.github/actions/unprotect-main/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - name: Delete branch protection on main - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: github-token: ${{ inputs.ACCESS_TOKEN }} script: |