From df85f7a1b8d441555483ed8cc7f6ea89fb4803eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:49:55 +0000 Subject: 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](https://github.com/actions/github-script/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/primer_comment.yaml | 4 ++-- .github/workflows/primer_run_pr.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml index 0a708a789..491ab49e7 100644 --- a/.github/workflows/primer_comment.yaml +++ b/.github/workflows/primer_comment.yaml @@ -55,7 +55,7 @@ jobs: exit 1 - name: Download outputs - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v6.4.0 with: script: | // Download workflow pylint output @@ -110,7 +110,7 @@ jobs: --new-file=output_${{ steps.python.outputs.python-version }}_pr.txt - name: Post comment id: post-comment - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v6.4.0 with: script: | const fs = require('fs') diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index d3a072470..19a2f8356 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -73,7 +73,7 @@ jobs: # Cache primer packages - name: Download last 'main' run info id: download-main-run - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v6.4.0 with: script: | // Download 'main' pylint output -- cgit v1.2.1