Skip to content

Commit

Permalink
Bump actions/github-script from 6.4.0 to 6.4.1 (#8561)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent db17860 commit b7d110b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/primer_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
'requirements_test_pre_commit.txt') }}

- name: Download outputs
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
// Download workflow pylint output
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
--new-file=output_${{ steps.python.outputs.python-version }}_pr.txt
- name: Post comment
id: post-comment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
const fs = require('fs')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Cache primer packages
- name: Download last 'main' run info
id: download-main-run
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
// Download 'main' pylint output
Expand Down

0 comments on commit b7d110b

Please sign in to comment.