Skip to content

Commit 65ce9f8

Browse files
chore(deps): bump actions/github-script from 5 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f06c678 commit 65ce9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v2
3232

3333
- name: Generate testing matrix
34-
uses: actions/github-script@v5
34+
uses: actions/github-script@v6
3535
id: generator
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Get short node version
61-
uses: actions/github-script@v5
61+
uses: actions/github-script@v6
6262
id: short-version
6363
with:
6464
result-encoding: string

0 commit comments

Comments
 (0)