From a2f937a4a338b9f10ec147eb86ea118e256f6c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:12:13 +0000 Subject: [PATCH] build(deps): 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/.test.yml | 2 +- .github/workflows/dockerd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 63ba1c0f664e..bede274e9405 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -63,7 +63,7 @@ jobs: - name: Set outputs id: set - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const yaml = require('js-yaml'); diff --git a/.github/workflows/dockerd.yml b/.github/workflows/dockerd.yml index 4234b2254826..50b57b55756a 100644 --- a/.github/workflows/dockerd.yml +++ b/.github/workflows/dockerd.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Prepare - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const version = `${{ inputs.version }}` || '23.0.1';