Skip to content

Commit 1a316bd

Browse files
authored
refactor: updated github-script action (#1056)
refactor: updated github-script action
1 parent 53e5777 commit 1a316bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)