Action.yml references the following:
uses: actions/github-script@v7
However, starting June 2nd, Node 20 actions are unsupported and should be upgraded tot Node 24. This github-script action should be updated accordingly.
More information: Deprecation of Node 20 on Github Actions runners
Action.yml references the following:
However, starting June 2nd, Node 20 actions are unsupported and should be upgraded tot Node 24. This github-script action should be updated accordingly.
More information: Deprecation of Node 20 on Github Actions runners