From 20c726105f882b2a578cf9ad20402a7c96416149 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:11:57 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.0.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 114819fb..404b87a8 100644 --- a/.github/actions/protect-main/action.yml +++ b/.github/actions/protect-main/action.yml @@ -8,7 +8,7 @@ name: Protect main runs: steps: - name: Recreate branch protection on main - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.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 2efbcd7e..88128589 100644 --- a/.github/actions/unprotect-main/action.yml +++ b/.github/actions/unprotect-main/action.yml @@ -8,7 +8,7 @@ name: Unprotect main runs: steps: - name: Delete branch protection on main - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{ inputs.ACCESS_TOKEN }} script: |