Skip to content

Commit 96d223c

Browse files
Merge pull request #5 from danielnovais-tech/dependabot/github_actions/actions/github-script-8
chore(deps): bump actions/github-script from 7 to 8
2 parents a088af1 + 2c94fb0 commit 96d223c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Auto-label based on PR content
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v8
2323
with:
2424
script: |
2525
const prTitle = context.payload.pull_request.title.toLowerCase();
@@ -85,7 +85,7 @@ jobs:
8585
}
8686
8787
- name: Add size label
88-
uses: actions/github-script@v7
88+
uses: actions/github-script@v8
8989
with:
9090
script: |
9191
// Get PR diff stats

0 commit comments

Comments
 (0)