diff --git a/.github/workflows/combine-dependabot-prs.yml b/.github/workflows/combine-dependabot-prs.yml index c282e88d..ca832081 100644 --- a/.github/workflows/combine-dependabot-prs.yml +++ b/.github/workflows/combine-dependabot-prs.yml @@ -30,7 +30,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: create-combined-pr name: Create Combined PR with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0661a1f6..6b78f010 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,7 +25,7 @@ jobs: issue_number: ${{steps.get_issue_number.outputs.result}} steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 name: get issue number id: get_issue_number with: