Skip to content

Commit 987ea59

Browse files
Merge pull request #309 from github/dependabot/github_actions/actions/github-script-7
2 parents d719c28 + 788779b commit 987ea59

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@v4
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)