Skip to content

Commit f60e381

Browse files
chore: 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 a470ed7 commit f60e381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/citgm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
npm link
6666
- name: Determine repository URL of ${{inputs.package}}
67-
uses: actions/github-script@v7
67+
uses: actions/github-script@v8
6868
id: repository-url
6969
with:
7070
result-encoding: string

.github/workflows/lint-ecosystem-order.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Lint Doc
25-
uses: actions/github-script@v7
25+
uses: actions/github-script@v8
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
script: |

0 commit comments

Comments
 (0)