Jiseoup
/
showmycode
Public
EN
|
KO
Code
Commits
Pull Requests
← Back to list
Merged
chore: bump actions/github-script from 7 to 9
#38
dependabot[bot] · Jun 22, 2026
dependabot/github_actions/actions/github-script-9 → main
chore
dependencies
Overview
Commits
Files changed
+1
-1
· 1
Fold all
▾
Modified
.github/workflows/pr-labeler.yml
+1
-1
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Apply label based on PR title prefix
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
with:
script: |
const title = context.payload.pull_request.title;