From 3d48645e3c6b5db1818e9fc4e43f8e04db315872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:30:36 +0000 Subject: [PATCH] Bump actions/github-script from 0.3.0 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 0.3.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/0.3.0...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] --- .github/workflows/publish-image.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 4ad8f6f6822..d12ae1991ed 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -24,7 +24,7 @@ jobs: - name: Compute image version id: image - uses: actions/github-script@v6 + uses: actions/github-script@v7.0.1 env: RUNNER_VERSION: ${{ github.event.inputs.runnerVersion }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af5fdcc75d3..bdd98156b83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # Make sure ./releaseVersion match ./src/runnerversion # Query GitHub release ensure version is not used - name: Check version - uses: actions/github-script@0.3.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -172,7 +172,7 @@ jobs: # Create ReleaseNote file - name: Create ReleaseNote id: releaseNote - uses: actions/github-script@0.3.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -300,7 +300,7 @@ jobs: - name: Compute image version id: image - uses: actions/github-script@v6 + uses: actions/github-script@v7.0.1 with: script: | const fs = require('fs');