Skip to content

Commit df85f7a

Browse files
Bump actions/github-script from 6.3.3 to 6.4.0 (#8132)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.3.3...v6.4.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff71010 commit df85f7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/primer_comment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
exit 1
5656
5757
- name: Download outputs
58-
uses: actions/github-script@v6.3.3
58+
uses: actions/github-script@v6.4.0
5959
with:
6060
script: |
6161
// Download workflow pylint output
@@ -110,7 +110,7 @@ jobs:
110110
--new-file=output_${{ steps.python.outputs.python-version }}_pr.txt
111111
- name: Post comment
112112
id: post-comment
113-
uses: actions/github-script@v6.3.3
113+
uses: actions/github-script@v6.4.0
114114
with:
115115
script: |
116116
const fs = require('fs')

.github/workflows/primer_run_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Cache primer packages
7474
- name: Download last 'main' run info
7575
id: download-main-run
76-
uses: actions/github-script@v6.3.3
76+
uses: actions/github-script@v6.4.0
7777
with:
7878
script: |
7979
// Download 'main' pylint output

0 commit comments

Comments
 (0)