Skip to content

Commit e1cc1cb

Browse files
Dependabot: Bump actions/github-script from 6.3.1 to 6.4.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@7dff1a8...98814c5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90d193b commit e1cc1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Create tag
4848
id: create_tag
49-
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
49+
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
5050
with:
5151
script: |
5252
github.rest.git.createRef({

0 commit comments

Comments
 (0)