From 7e99258b81dc07f9f264a72933f23853d903dd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:18:20 +0000 Subject: [PATCH] deps(upgrade): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/bump-snapshot-version.yaml | 2 +- .github/workflows/command-merge-release.yaml | 2 +- .github/workflows/command-merge-snapshot.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6dcdb41..ad4fddbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: - name: Check if code is eligible for deploying snapshot version id: deploy_check - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs'); diff --git a/.github/workflows/bump-snapshot-version.yaml b/.github/workflows/bump-snapshot-version.yaml index b0d4db43..caca4f67 100644 --- a/.github/workflows/bump-snapshot-version.yaml +++ b/.github/workflows/bump-snapshot-version.yaml @@ -69,7 +69,7 @@ jobs: reviewers: carlspring, steve-todorov - name: Update comment - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const pr = await github.rest.pulls.get({ diff --git a/.github/workflows/command-merge-release.yaml b/.github/workflows/command-merge-release.yaml index bba89ff8..9d6b0467 100644 --- a/.github/workflows/command-merge-release.yaml +++ b/.github/workflows/command-merge-release.yaml @@ -14,7 +14,7 @@ jobs: merge-release: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: release with: # FYI: `github.rest` exposes `octokit` client. diff --git a/.github/workflows/command-merge-snapshot.yaml b/.github/workflows/command-merge-snapshot.yaml index 5a31ba59..44132b5a 100644 --- a/.github/workflows/command-merge-snapshot.yaml +++ b/.github/workflows/command-merge-snapshot.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: # FYI: `github.rest` exposes `octokit` client. # The method mappings can be found here: https://github.com/octokit/plugin-rest-endpoint-methods.js/blob/main/src/generated/endpoints.ts