chore(deps): update actions/github-script action to v7.1.0 #4

Open
CSRBot wants to merge 1 commits from renovate/actions-github-script-7.x into master
Showing only changes of commit aa0ae07332 - Show all commits
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
git push origin "${defined_tag}" git push origin "${defined_tag}"
- name: Trigger "Release" workflow - name: Trigger "Release" workflow
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
with: with:
script: | script: |
const workflowFileName = 'release.yaml'; const workflowFileName = 'release.yaml';