From 3da644889a72f567f31af0b0c3dc4e609f40277b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:05:52 +0000 Subject: [PATCH] Bump actions/github-script from 6.4.0 to 6.4.1 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](https://github.com/actions/github-script/compare/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] --- .github/workflows/primer_comment.yaml | 4 ++-- .github/workflows/primer_run_pr.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml index 59c67ae0b6..5d8cc9f729 100644 --- a/.github/workflows/primer_comment.yaml +++ b/.github/workflows/primer_comment.yaml @@ -52,7 +52,7 @@ jobs: 'requirements_test_pre_commit.txt') }} - name: Download outputs - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: script: | // Download workflow pylint output @@ -107,7 +107,7 @@ jobs: --new-file=output_${{ steps.python.outputs.python-version }}_pr.txt - name: Post comment id: post-comment - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: script: | const fs = require('fs') diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index 464233f907..977fad226e 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -74,7 +74,7 @@ jobs: # Cache primer packages - name: Download last 'main' run info id: download-main-run - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 with: script: | // Download 'main' pylint output