diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 79f7fe3ae7..bb4b20383c 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -195,7 +195,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: |