@@ -169,7 +169,7 @@ jobs:
169169 - name : 🏷️ Apply labels based on patterns
170170 id : apply-labels
171171 if : env.APPLY_TYPE_LABELS == 'true'
172- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
172+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
173173 with :
174174 github-token : ${{ secrets.GITHUB_TOKEN }}
175175 script : |
@@ -339,7 +339,7 @@ jobs:
339339 # --------------------------------------------------------------------
340340 - name : 👤 Assign default assignee
341341 id : assign
342- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
342+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
343343 with :
344344 github-token : ${{ secrets.GITHUB_TOKEN }}
345345 script : |
@@ -426,7 +426,7 @@ jobs:
426426 - name : 👋 Welcome new contributor
427427 id : welcome
428428 if : env.WELCOME_FIRST_TIME == 'true'
429- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
429+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
430430 with :
431431 github-token : ${{ secrets.GITHUB_TOKEN }}
432432 script : |
@@ -525,7 +525,7 @@ jobs:
525525 - name : 📏 Add size label
526526 id : analyze
527527 if : env.APPLY_SIZE_LABELS == 'true'
528- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
528+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
529529 with :
530530 github-token : ${{ secrets.GITHUB_TOKEN }}
531531 script : |
@@ -728,7 +728,7 @@ jobs:
728728 - name : 🌿 Delete branch
729729 id : delete
730730 if : env.DELETE_BRANCH == 'true'
731- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
731+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
732732 with :
733733 github-token : ${{ secrets.GITHUB_TOKEN }}
734734 script : |
0 commit comments