diff --git a/.github/actions/extract-branch/action.yml b/.github/actions/extract-branch/action.yml index 6a91a576ce..c254811550 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