diff --git a/.github/actions/extract-branch/action.yml b/.github/actions/extract-branch/action.yml index 872b3eeaa7..20b302873d 100644 --- a/.github/actions/extract-branch/action.yml +++ b/.github/actions/extract-branch/action.yml @@ -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