Skip to content

Commit 7db25bf

Browse files
chore(deps): update actions/github-script action to v9
1 parent 2e3fed2 commit 7db25bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/follow-up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
DRY_RUN: "true"
2222

2323
steps:
24-
- uses: actions/github-script@v8
24+
- uses: actions/github-script@v9
2525
with:
2626
script: |
2727
const DAYS_WAIT = parseInt(process.env.DAYS_WAIT || "7", 10);

.github/workflows/priority.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.event.issue.pull_request == null }} # ignore PRs
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/github-script@v8
23+
- uses: actions/github-script@v9
2424
with:
2525
script: |
2626
const TRIAGE = "triage";

0 commit comments

Comments
 (0)