diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index e63bf81d..fca49bf2 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.yml @@ -23,7 +23,7 @@ jobs: # Auto-approve (only matters if your branch protection requires reviews) - name: Approve PR if: steps.metadata.outputs.update-type != 'version-update:semver-major' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/jira_issue_on_open.yml b/.github/workflows/jira_issue_on_open.yml index 4b13fcc0..99029c87 100644 --- a/.github/workflows/jira_issue_on_open.yml +++ b/.github/workflows/jira_issue_on_open.yml @@ -176,7 +176,7 @@ jobs: echo "jira_browse_url=${JIRA_BASE_URL}/browse/${JIRA_KEY}" >> "$GITHUB_OUTPUT" - name: Comment Jira link back on the GitHub issue - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: JIRA_KEY: ${{ steps.jira.outputs.jira_key }} JIRA_URL: ${{ steps.jira.outputs.jira_browse_url }}