From 3d5904f51229747ea97dc027f5b8e943e1ba4df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:02:36 -0500 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 6.4.1 (#216) Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v4.0.2...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release_canary.yml | 2 +- .github/workflows/release_candidate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_canary.yml b/.github/workflows/release_canary.yml index 7d87a29..5f8919a 100644 --- a/.github/workflows/release_canary.yml +++ b/.github/workflows/release_canary.yml @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Output canary version number - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v6.4.1 with: script: | const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`) diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index e7c5455..5faa831 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -45,7 +45,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Output release candidate version number - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v6.4.1 with: script: | const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)