Skip to content

Commit b8be096

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25c82bf commit b8be096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GitFlow_Check-pull-request-source-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Step 2: If the branch pattern is invalid, add a label and comment to the PR
6060
- name: Handle invalid branch (label + comment)
6161
if: failure()
62-
uses: actions/github-script@v7
62+
uses: actions/github-script@v8
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
6565
script: |
@@ -122,7 +122,7 @@ jobs:
122122
# Step 3: If the branch pattern is corrected, remove label and comment
123123
- name: Clean up if branch is corrected
124124
if: success()
125-
uses: actions/github-script@v7
125+
uses: actions/github-script@v8
126126
with:
127127
github-token: ${{ secrets.GITHUB_TOKEN }}
128128
script: |

0 commit comments

Comments
 (0)