Skip to content

Commit 578cf0b

Browse files
authored
Merge pull request quarkusio#49892 from quarkusio/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 2705c10 + 508fb79 commit 578cf0b

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)