Skip to content

Commit 0744450

Browse files
authored
Merge pull request #76 from BeyteFlow/dependabot/github_actions/actions/github-script-9.0.0
Bump actions/github-script from 8.0.0 to 9.0.0
2 parents 0ef02e0 + 0ee4398 commit 0744450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
13+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
script: |

0 commit comments

Comments
 (0)