diff --git a/.github/workflows/_reusable_merge_upstream.yml b/.github/workflows/_reusable_merge_upstream.yml index f0716fd..958e5b0 100644 --- a/.github/workflows/_reusable_merge_upstream.yml +++ b/.github/workflows/_reusable_merge_upstream.yml @@ -36,7 +36,7 @@ jobs: run: echo "ref=${{ fromJson(vars.SUPPORTED_BRANCHES).upstream-branch[github.ref_name] }}" >> $GITHUB_OUTPUT - name: Checkout upstream branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ steps.upstream-branch.outputs.ref }} fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: run: echo "ref=${{ fromJson(vars.SUPPORTED_BRANCHES).upstream-branch[github.ref_name] }}" >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.ref }} fetch-depth: 0 # Required to retrieve the last non merge commit author diff --git a/.github/workflows/_reusable_push_to_subtree.yml b/.github/workflows/_reusable_push_to_subtree.yml index fd26932..d399b4b 100644 --- a/.github/workflows/_reusable_push_to_subtree.yml +++ b/.github/workflows/_reusable_push_to_subtree.yml @@ -32,7 +32,7 @@ jobs: push-to-subtree: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ inputs.ref }} fetch-depth: 0 diff --git a/.github/workflows/_reusable_release_connector.yml b/.github/workflows/_reusable_release_connector.yml index 997c40f..219bffc 100644 --- a/.github/workflows/_reusable_release_connector.yml +++ b/.github/workflows/_reusable_release_connector.yml @@ -26,7 +26,7 @@ jobs: release: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0