From a03594936cbf0dea6206318ea8f83aa346676e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:30:46 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#2649) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/arm-ttk.yml | 2 +- .github/workflows/aws-cfn-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arm-ttk.yml b/.github/workflows/arm-ttk.yml index dd4d45caf..d791447c2 100644 --- a/.github/workflows/arm-ttk.yml +++ b/.github/workflows/arm-ttk.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Apply arm-templates label on PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: ${{ github.event_name == 'pull_request' }} with: script: | diff --git a/.github/workflows/aws-cfn-lint.yml b/.github/workflows/aws-cfn-lint.yml index f4f399087..c76ee92b5 100644 --- a/.github/workflows/aws-cfn-lint.yml +++ b/.github/workflows/aws-cfn-lint.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Apply cfn-templates label on PR - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: ${{ github.event_name == 'pull_request' }} with: script: |