Skip to content

Commit 5d674c5

Browse files
authored
chore: update actions/github-script (#2923)
* refactor: use a stable and simple format * refactor: updated github-script action * test: fix by adapting the year
1 parent 981a35a commit 5d674c5

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)