Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 927c7bf

Browse files
MAINT: Bump actions/github-script from 8.0.0 to 9.0.0 (#31260)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67a64d1 commit 927c7bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Label the PR
1616
continue-on-error: true
17-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
17+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1818
with:
1919
script: |
2020
const yaml = require('js-yaml');

.github/workflows/mypy_primer_comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1919
steps:
2020
- name: Download diffs
21-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
21+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2222
with:
2323
script: |
2424
const fs = require('fs');
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Get PR number
4444
id: get-pr-number
45-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
45+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4646
with:
4747
script: |
4848
const fs = require('fs');
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Post comment
6060
id: post-comment
61-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
61+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6262
with:
6363
github-token: ${{ secrets.GITHUB_TOKEN }}
6464
script: |

0 commit comments

Comments
 (0)