From c2a7a3eac0a47d9205c8c82ea3e8e529231dcfec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:48:02 -0800 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#3941) 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/ansible.yml | 2 +- .github/workflows/chef.yml | 2 +- .github/workflows/puppet.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 9d7669d5dc..e78f308338 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -196,7 +196,7 @@ jobs: run: echo "Fail to read version from galaxy.yml" && exit 1 - name: Push new release tag if it doesn't exist - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/chef.yml b/.github/workflows/chef.yml index 05507d6cee..54ace25bc7 100644 --- a/.github/workflows/chef.yml +++ b/.github/workflows/chef.yml @@ -35,7 +35,7 @@ jobs: echo "version=${version}" >> $GITHUB_OUTPUT - name: Push new release tag if it doesn't exist - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/puppet.yml b/.github/workflows/puppet.yml index 3748403477..60559eb8b9 100644 --- a/.github/workflows/puppet.yml +++ b/.github/workflows/puppet.yml @@ -36,7 +36,7 @@ jobs: run: echo "Fail to read version from metadata.json" && exit 1 - name: Push new release tag if it doesn't exist - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |