Skip to content

Commit d02bd6e

Browse files
Bump actions/github-script from 6.4.1 to 7.0.1 (#9247)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.4.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56a9657 commit d02bd6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/primer_comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
'requirements_test_pre_commit.txt') }}
5353

5454
- name: Download outputs
55-
uses: actions/github-script@v6.4.1
55+
uses: actions/github-script@v7.0.1
5656
with:
5757
script: |
5858
// Download workflow pylint output
@@ -108,7 +108,7 @@ jobs:
108108
--batches=4
109109
- name: Post comment
110110
id: post-comment
111-
uses: actions/github-script@v6.4.1
111+
uses: actions/github-script@v7.0.1
112112
with:
113113
script: |
114114
const fs = require('fs')

.github/workflows/primer_run_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Cache primer packages
7777
- name: Download last 'main' run info
7878
id: download-main-run
79-
uses: actions/github-script@v6.4.1
79+
uses: actions/github-script@v7.0.1
8080
with:
8181
script: |
8282
// Download 'main' pylint output

0 commit comments

Comments
 (0)