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: |