Skip to content

Commit b7d110b

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

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
@@ -52,7 +52,7 @@ jobs:
5252
'requirements_test_pre_commit.txt') }}
5353

5454
- name: Download outputs
55-
uses: actions/[email protected].0
55+
uses: actions/[email protected].1
5656
with:
5757
script: |
5858
// Download workflow pylint output
@@ -107,7 +107,7 @@ jobs:
107107
--new-file=output_${{ steps.python.outputs.python-version }}_pr.txt
108108
- name: Post comment
109109
id: post-comment
110-
uses: actions/[email protected].0
110+
uses: actions/[email protected].1
111111
with:
112112
script: |
113113
const fs = require('fs')

.github/workflows/primer_run_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Cache primer packages
7575
- name: Download last 'main' run info
7676
id: download-main-run
77-
uses: actions/[email protected].0
77+
uses: actions/[email protected].1
7878
with:
7979
script: |
8080
// Download 'main' pylint output

0 commit comments

Comments
 (0)