Skip to content

Commit 788779b

Browse files
Bump actions/github-script from 6 to 7
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]>
1 parent fabe38a commit 788779b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- name: Check if version has changed
2828
id: check-version
29-
uses: actions/github-script@v6
29+
uses: actions/github-script@v7
3030
with:
3131
script: |
3232
const version = '${{ github.event.inputs.version }}' || require('./package.json').version;
@@ -97,7 +97,7 @@ jobs:
9797
run: mv package.json.real package.json
9898

9999
- name: Create release and upload release asset
100-
uses: actions/github-script@v6
100+
uses: actions/github-script@v7
101101
with:
102102
script: |
103103
const fs = require("fs");

0 commit comments

Comments
 (0)