diff --git a/.github/workflows/auto_branching.yml b/.github/workflows/auto_branching.yml index e867877e93d..d9872907ad9 100644 --- a/.github/workflows/auto_branching.yml +++ b/.github/workflows/auto_branching.yml @@ -41,7 +41,7 @@ jobs: if: ${{ needs.check-group-membership.outputs.member == 'true' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Create the ${{ github.event.inputs.target_branch }} branch id: create-branch @@ -233,7 +233,7 @@ jobs: steps: - name: Checkout Robottelo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update target branch label in dependabot yml file id: update-dependabot diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 08ae9f38de5..e32dabf2a88 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -49,7 +49,7 @@ jobs: swap-size-gb: 10 ## Robottelo Repo Checkout - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: ${{ startsWith(matrix.label, '6.') && matrix.label != github.base_ref }} with: fetch-depth: 0 diff --git a/.github/workflows/auto_cherry_pick_merged.yaml b/.github/workflows/auto_cherry_pick_merged.yaml index a12619c1349..86efbc65cb1 100644 --- a/.github/workflows/auto_cherry_pick_merged.yaml +++ b/.github/workflows/auto_cherry_pick_merged.yaml @@ -104,7 +104,7 @@ jobs: swap-size-gb: 10 ## Robottelo Repo Checkout - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: ${{ startsWith(matrix.branch, '6.') && matrix.branch != needs.get-parentPR-details.outputs.base_ref }} with: fetch-depth: 0 diff --git a/.github/workflows/dependency_merge.yml b/.github/workflows/dependency_merge.yml index 1bd4ed19995..7fce748d788 100644 --- a/.github/workflows/dependency_merge.yml +++ b/.github/workflows/dependency_merge.yml @@ -17,7 +17,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/dispatch_release.yml b/.github/workflows/dispatch_release.yml index 8e41d008460..4fdbcb73514 100644 --- a/.github/workflows/dispatch_release.yml +++ b/.github/workflows/dispatch_release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Git User setup run: "git config --local user.email Satellite-QE.satqe.com && git config --local user.name Satellite-QE" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7da0ac1f228..86f5deb4e40 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,7 +22,7 @@ jobs: UV_SYSTEM_PYTHON: 1 steps: - name: Checkout Robottelo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set Up Python-${{ matrix.python-version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/update_robottelo_image.yml b/.github/workflows/update_robottelo_image.yml index 2a2bff25dcb..9b098cf89ba 100644 --- a/.github/workflows/update_robottelo_image.yml +++ b/.github/workflows/update_robottelo_image.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # do not store the auth token in git config persist-credentials: false diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 978c351fc16..e16ad6e2f4f 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -23,7 +23,7 @@ jobs: UV_SYSTEM_PYTHON: 1 steps: - name: Checkout Robottelo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set Up Python-${{ matrix.python-version }} uses: actions/setup-python@v6