Skip to content

Commit ce2a86b

Browse files
Bump actions/github-script from 6.3.3 to 6.4.0 (#393)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@d556fea...98814c5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 481cfba commit ce2a86b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cache: true
102102

103103
- name: Publish release on tag
104-
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
104+
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
105105
continue-on-error: true
106106
with:
107107
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
2929
- run: npm install semver
30-
- uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.3
30+
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
3131
continue-on-error: true
3232
with:
3333
script: |

0 commit comments

Comments
 (0)