Skip to content

Commit

Permalink
chore: update actions/github-script (#2923)
Browse files Browse the repository at this point in the history
* refactor: use a stable and simple format

* refactor: updated github-script action

* test: fix by adapting the year
  • Loading branch information
mfranzke authored Jan 20, 2025
1 parent 981a35a commit 5d674c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/extract-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: 'composite'
steps:
- name: ⏬ Get branch name
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get-branch-name
with:
result-encoding: string
Expand Down

0 comments on commit 5d674c5

Please sign in to comment.