Skip to content

Commit eeef782

Browse files
Bump actions/github-script from 5 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...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 46d8e31 commit eeef782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v2
3939

4040
- name: Create tag
41-
uses: actions/github-script@v5
41+
uses: actions/github-script@v7
4242
with:
4343
script: |
4444
github.rest.git.createRef({

0 commit comments

Comments
 (0)