Skip to content

Commit ca7b596

Browse files
gcf-owl-bot[bot]leahecole
authored andcommitted
1 parent 22f9c31 commit ca7b596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/response.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/github-script@v8
17+
- uses: actions/github-script@v7
1818
with:
1919
script: |
2020
const script = require('./.github/scripts/close-unresponsive.cjs')
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: actions/github-script@v8
31+
- uses: actions/github-script@v7
3232
with:
3333
script: |
3434
const script = require('./.github/scripts/remove-response-label.cjs')

0 commit comments

Comments
 (0)