Skip to content

Commit 92b6360

Browse files
Bump actions/github-script from 7 to 8 in the all-actions group
Bumps the all-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96d1e19 commit 92b6360

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: 'Run assets build (2.3)'
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
# Token has to be generated on a user account that controls the remote repository.
2121
# The _only_ scope to select is "Access public repositories", nothing more.
@@ -30,7 +30,7 @@ jobs:
3030
})
3131
3232
- name: 'Run assets build (2.4)'
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
with:
3535
# Token has to be generated on a user account that controls the remote repository.
3636
# The _only_ scope to select is "Access public repositories", nothing more.
@@ -45,7 +45,7 @@ jobs:
4545
})
4646
4747
- name: 'Run assets build (2.5)'
48-
uses: actions/github-script@v7
48+
uses: actions/github-script@v8
4949
with:
5050
# Token has to be generated on a user account that controls the remote repository.
5151
# The _only_ scope to select is "Access public repositories", nothing more.

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: 'Run developer-tools update (2.3)'
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
# Token has to be generated on a user account that controls the remote repository.
2121
# The _only_ scope to select is "Access public repositories", nothing more.
@@ -30,7 +30,7 @@ jobs:
3030
})
3131
3232
- name: 'Run developer-tools update (2.4)'
33-
uses: actions/github-script@v7
33+
uses: actions/github-script@v8
3434
with:
3535
# Token has to be generated on a user account that controls the remote repository.
3636
# The _only_ scope to select is "Access public repositories", nothing more.
@@ -45,7 +45,7 @@ jobs:
4545
})
4646
4747
- name: 'Run developer-tools update (2.5)'
48-
uses: actions/github-script@v7
48+
uses: actions/github-script@v8
4949
with:
5050
# Token has to be generated on a user account that controls the remote repository.
5151
# The _only_ scope to select is "Access public repositories", nothing more.

0 commit comments

Comments
 (0)