diff --git a/.github/workflows/remove-issue-label.yml b/.github/workflows/remove-issue-label.yml index ae1f93a77..1f195a605 100644 --- a/.github/workflows/remove-issue-label.yml +++ b/.github/workflows/remove-issue-label.yml @@ -13,7 +13,7 @@ jobs: remove-label: runs-on: ubuntu-latest steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 env: REMOVE_LABEL: ${{ inputs.label-name }} with: