Skip to content

Commit d2a7e2e

Browse files
deps(upgrade): bump actions/github-script from 6 to 7 (#796)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 025992b commit d2a7e2e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Check if code is eligible for deploying snapshot version
9090
id: deploy_check
91-
uses: actions/github-script@v6
91+
uses: actions/github-script@v7
9292
with:
9393
script: |
9494
const fs = require('fs');

.github/workflows/bump-snapshot-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
reviewers: carlspring, steve-todorov
7070

7171
- name: Update comment
72-
uses: actions/github-script@v6
72+
uses: actions/github-script@v7
7373
with:
7474
script: |
7575
const pr = await github.rest.pulls.get({

.github/workflows/command-merge-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
merge-release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/github-script@v6
17+
- uses: actions/github-script@v7
1818
id: release
1919
with:
2020
# FYI: `github.rest` exposes `octokit` client.

.github/workflows/command-merge-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717

18-
- uses: actions/github-script@v6
18+
- uses: actions/github-script@v7
1919
with:
2020
# FYI: `github.rest` exposes `octokit` client.
2121
# The method mappings can be found here: https://github.com/octokit/plugin-rest-endpoint-methods.js/blob/main/src/generated/endpoints.ts

0 commit comments

Comments
 (0)