Skip to content

Commit b594695

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

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
@@ -104,7 +104,7 @@ jobs:
104104
go-version-file: go.mod
105105

106106
- name: Publish release on tag
107-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
107+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
108108
continue-on-error: true
109109
with:
110110
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@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
30+
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
3131
continue-on-error: true
3232
with:
3333
script: |

0 commit comments

Comments
 (0)