Skip to content

Commit 00643cd

Browse files
authored
refactor: updated github-script action (#636)
refactor: updated github-script action
1 parent d2677c8 commit 00643cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/extract-branch/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- name: ⏬ Get branch name
12-
uses: actions/github-script@v6
12+
uses: actions/github-script@v7
1313
id: get-branch-name
1414
with:
1515
result-encoding: string

0 commit comments

Comments
 (0)