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