From e4ad89c7daa09351bcf0d7b6ceb1f72b812481c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:57:58 +0000 Subject: [PATCH] Bump actions/github-script from 6.4.1 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- .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 38844fce13..37fc7e1ea6 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.1 + uses: actions/github-script@v7.0.1 with: script: | // Download workflow pylint output @@ -108,7 +108,7 @@ jobs: --batches=4 - name: Post comment id: post-comment - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.1 with: script: | const fs = require('fs') diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index 1c8a425fbd..4b4e0a3f8c 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -76,7 +76,7 @@ jobs: # Cache primer packages - name: Download last 'main' run info id: download-main-run - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.1 with: script: | // Download 'main' pylint output