Skip to content

Commit 1aba347

Browse files
[Dependabot]: Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bffcbaa commit 1aba347

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/TagReleaseCommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: 🏷 Create release tag '${{ steps.FindPullRequest.outputs.version }}'
61-
uses: actions/github-script@v8
61+
uses: actions/github-script@v9
6262
id: createReleaseTag
6363
# if: inputs.auto_tag == 'true'
6464
with:
@@ -71,7 +71,7 @@ jobs:
7171
})
7272
7373
- name: Trigger Workflow
74-
uses: actions/github-script@v8
74+
uses: actions/github-script@v9
7575
id: runReleaseTag
7676
# if: inputs.auto_tag == 'true'
7777
with:

0 commit comments

Comments
 (0)