Skip to content

Commit

Permalink
Merge pull request #283 from dxw/renovate/actions-github-script-7.x
Browse files Browse the repository at this point in the history
Update actions/github-script action to v7
  • Loading branch information
jdudley1123 authored Oct 8, 2024
2 parents fbfd106 + c228a69 commit 2ef0361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-all-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- id: select-pull-requests
name: Select PRs older than 14 days
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const pullRequests = require("./.github/actions/pull-requests");
Expand All @@ -24,7 +24,7 @@ jobs:
- if: steps.select-pull-requests.outputs.result
name: Unlabel old enough PRs as "new"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const pullRequests = require("./.github/actions/pull-requests");
Expand Down

0 comments on commit 2ef0361

Please sign in to comment.