Skip to content

Commit 1a6a937

Browse files
authored
chore(deps): bump actions/github-script from 6 to 7 (#8178)
2 parents 7721ffc + 1c5b2ff commit 1a6a937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/handle-pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github.event.label.name == 'codex'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/github-script@v6
19+
- uses: actions/github-script@v7
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

0 commit comments

Comments
 (0)