Skip to content

Commit 508fb79

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 615bd80 commit 508fb79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-actions-incremental.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ jobs:
10541054
add-job-summary: false
10551055
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
10561056
develocity-token-expiry: 6
1057-
- uses: actions/github-script@v7
1057+
- uses: actions/github-script@v8
10581058
id: get-quickstarts-branch
10591059
with:
10601060
result-encoding: string
@@ -1152,7 +1152,7 @@ jobs:
11521152
add-job-summary: false
11531153
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
11541154
develocity-token-expiry: 6
1155-
- uses: actions/github-script@v7
1155+
- uses: actions/github-script@v8
11561156
id: get-platform-branch
11571157
with:
11581158
result-encoding: string

0 commit comments

Comments
 (0)