From 0619482d20d9c1ce9365387a8deab0dde643ea72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:56:10 +0000 Subject: [PATCH] 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/_shared-docs-build-pr.yml | 2 +- .github/workflows/_shared-docs-build-publish-gh-pages.yml | 2 +- .github/workflows/_shared-docs-build-push.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_shared-docs-build-pr.yml b/.github/workflows/_shared-docs-build-pr.yml index 558f3f5..ba4cdfe 100644 --- a/.github/workflows/_shared-docs-build-pr.yml +++ b/.github/workflows/_shared-docs-build-pr.yml @@ -228,7 +228,7 @@ jobs: steps: - name: Variable setup id: vars - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const inputs = ${{ toJSON(inputs) }} diff --git a/.github/workflows/_shared-docs-build-publish-gh-pages.yml b/.github/workflows/_shared-docs-build-publish-gh-pages.yml index 40aa1a2..6817e61 100644 --- a/.github/workflows/_shared-docs-build-publish-gh-pages.yml +++ b/.github/workflows/_shared-docs-build-publish-gh-pages.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Process variables id: vars - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const inputs = ${{ toJSON(inputs) }} diff --git a/.github/workflows/_shared-docs-build-push.yml b/.github/workflows/_shared-docs-build-push.yml index 2833bae..77b0ff4 100644 --- a/.github/workflows/_shared-docs-build-push.yml +++ b/.github/workflows/_shared-docs-build-push.yml @@ -158,7 +158,7 @@ jobs: steps: - name: Variable setup id: vars - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const inputs = ${{ toJSON(inputs) }}